CreateFolderRequest.IncludePermissions Method (IList<NamePermission>)
Specifies a list of user permissions, by name, to be set on the new folder.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public void IncludePermissions(
IList<NamePermission> newPermissions
)
public:
void IncludePermissions(
IList<NamePermission^>^ newPermissions
)
Public Sub IncludePermissions (
newPermissions As IList(Of NamePermission)
)
Parameters
newPermissions
Type: System.Collections.Generic.IList<NamePermission>The permission list (user names).
See Also
IncludePermissions Overload
CreateFolderRequest Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top