FolderCreateInfo.OverwritePermissions Property
Gets and sets a value that determines if the created folder will overwrite permissions.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[DataMemberAttribute]
public bool OverwritePermissions { get; set; }
public:
[DataMemberAttribute]
property bool OverwritePermissions {
bool get();
void set(bool value);
}
<DataMemberAttribute>
Public Property OverwritePermissions As Boolean
Property Value
Type: System.Boolean
true if the folder will overwrite permissions; otherwise, false.
See Also
FolderCreateInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top