Compartilhar via


ModifyFolderRequest.IncludePermissions Method

 

Specifies a list of permissions to set on the folder.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Overload List

Name Description
System_CAPS_pubmethod IncludePermissions(IList<NamePermission>)

Specifies a list of name based permissions to set on the folder.

System_CAPS_pubmethod IncludePermissions(IList<SIDPermission>)

Specifies a list of SID based permissions to set on the folder.

See Also

ModifyFolderRequest Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top