CreateFolderRequest.IncludePermissions Method
Specifies a list of user permissions to be set on the new folder.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Overload List
Name | Description | |
---|---|---|
IncludePermissions(IList<NamePermission>) | Specifies a list of user permissions, by name, to be set on the new folder. |
|
IncludePermissions(IList<SIDPermission>) | Specifies a list of user permissions, by SID, to be set on the new folder. |
See Also
CreateFolderRequest Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top