CreateFolderRequest.OverwritePermissions Property
Gets or sets the flag that indicates whether the request will overwrite existing folder permissions. True for overwriting the existing permissions; otherwise, false.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public bool OverwritePermissions { get; set; }
public:
property bool OverwritePermissions {
bool get();
void set(bool value);
}
Public Property OverwritePermissions As Boolean
Property Value
Type: System.Boolean
Returns Boolean..
See Also
CreateFolderRequest Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top