EMDocumentFolderID Property
|
Alterian Email Manager 6.2.3 SDK Help File
The ID of the folder the document is contained in if the Document is contained in a folder.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic Nullable<int> FolderID { get; set; }
Public Property FolderID As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> FolderID {
Nullable<int> get ();
void set (Nullable<int> value);
}
member FolderID : Nullable<int> with get, set
function get_FolderID();
function set_FolderID(value);
Property Value
Type:
NullableInt32
See Also