Partager via


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
System_CAPS_pubmethod IncludePermissions(IList<NamePermission>)

Specifies a list of user permissions, by name, to be set on the new folder.

System_CAPS_pubmethod 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