IAclHierarchyItemAsyncSetGroupAsync Method
IT Hit WebDAV Classes Reference
Retrieves a particular principal as being the "group" of the item. This property is commonly
found on repositories that implement the Unix privileges model.
Namespace:
ITHit.WebDAV.Server.Acl
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 11.3.10719
Syntax Task SetGroupAsync(
IPrincipalAsync value
)
Task SetGroupAsync(
IPrincipalAsync value
)
Function SetGroupAsync (
value As IPrincipalAsync
) As Task
Function SetGroupAsync (
value As IPrincipalAsync
) As Task
Task^ SetGroupAsync(
IPrincipalAsync^ value
)
Task^ SetGroupAsync(
IPrincipalAsync^ value
)
abstract SetGroupAsync :
value : IPrincipalAsync -> Task
abstract SetGroupAsync :
value : IPrincipalAsync -> Task
Parameters
- value
- Type: ITHit.WebDAV.Server.AclIPrincipalAsync
Identifies whether to search by owner or group.
Return Value
Type:
Task
.
Exceptions See Also