IAclHierarchyItemGetGroupAsync 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<IPrincipal> GetGroupAsync()
Function GetGroupAsync As Task(Of IPrincipal)
Task<IPrincipal^>^ GetGroupAsync()
abstract GetGroupAsync : unit -> Task<IPrincipal>
Return Value
Type:
TaskIPrincipal
Group principal that implements
IPrincipal.
Exceptions Remarks
Can return null if group is not assigned.
See Also