IAclHierarchyItemSetGroupAsync 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: 13.3.13068
Syntax Task SetGroupAsync(
IPrincipal value
)
Function SetGroupAsync (
value As IPrincipal
) As Task
Task^ SetGroupAsync(
IPrincipal^ value
)
abstract SetGroupAsync :
value : IPrincipal -> Task
Parameters
- value
- Type: ITHit.WebDAV.Server.AclIPrincipal
Identifies whether to search by owner or group.
Return Value
Type:
Task
.
Exceptions See Also