Partager via


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

See Also

IncludePermissions Overload
CreateFolderRequest Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top