MOVEitFolderInfoSystemType Property |
Indicates if this folder is under the control of users or the MOVEit Transfer system.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public int SystemType { get; }
Public ReadOnly Property SystemType As Integer
Get
public:
property int SystemType {
int get ();
}
Property Value
Type:
Int32Remarks
Possible type codes are:
0 | User folder |
1 | System folder |
See Also