MOVEitFolderInfoParentInheritRights Property |
Indicates whether the folder inherits its permissions from its parent folder.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public int ParentInheritRights { get; }
Public ReadOnly Property ParentInheritRights As Integer
Get
public:
property int ParentInheritRights {
int get ();
}
Property Value
Type:
Int32Remarks
This setting only applies if the folder's parentID property is not 0. (0 = No, 1 = Yes)
See Also