CreateFolderRequest.IncludePermissions Method (IList<SIDPermission>)
Specifies a list of user permissions, by SID, to be set on the new 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 permission list (SIDs).
See Also
IncludePermissions Overload
CreateFolderRequest Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top