ModifyFolderRequest.IncludePermissions Method (IList<NamePermission>)
Specifies a list of name based permissions to set on the 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 list of name based permissions.
See Also
IncludePermissions Overload
ModifyFolderRequest Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top