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