EMFolderDTOChildFolderCount Property
|
Alterian Email Manager 6.2.3 SDK Help File
Total number of folders under current folder
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic int ChildFolderCount { get; set; }
Public Property ChildFolderCount As Integer
Get
Set
public:
property int ChildFolderCount {
int get ();
void set (int value);
}
member ChildFolderCount : int with get, set
function get_ChildFolderCount();
function set_ChildFolderCount(value);
Property Value
Type:
Int32
See Also