| MOVEitFolderInfoPermission Property |
A MOVEit Permission String describing the currently authorized user's permissions on this folder.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntaxpublic string Permission { get; }Public ReadOnly Property Permission As String
Get
public:
property String^ Permission {
String^ get ();
}Property Value
Type:
String
Remarks
Possible permission codes are:
| A | Admin |
| E | Add/delete subfolders |
| D | Delete files |
| L | List files |
| N | Notify |
| R | Read files |
| W | Write files |
See Also