| MOVEitFolderInfoFolderType Property |
Indicates what kind of folder this is.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntaxpublic int FolderType { get; }Public ReadOnly Property FolderType As Integer
Get
public:
property int FolderType {
int get ();
}Property Value
Type:
Int32
Remarks
Possible type codes are:
| 1 | Virtual folder |
| 4 | Normal folder |
| 10 | Archive folder |
| 19 | Webpost folder |
| 25 | Mailbox folder |
| 99 | Root folder |
| 110 | Root Archives folder |
| 119 | Root Webposts folder |
See Also