ModifyFolderRequest.IncludePermissions Method (IList<SIDPermission>)
Specifies a list of SID based permissions to set on the folder.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public void IncludePermissions(
IList<SIDPermission> newPermissions
)
public:
void IncludePermissions(
IList<SIDPermission^>^ newPermissions
)
Public Sub IncludePermissions (
newPermissions As IList(Of SIDPermission)
)
Parameters
newPermissions
Type: System.Collections.Generic.IList<SIDPermission>The list of SID based permissions.
See Also
IncludePermissions Overload
ModifyFolderRequest Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top