IPrincipalGetGroupMembershipAsync Method
IT Hit WebDAV Classes Reference
Identifies the groups in which the principal is directly a member.
Namespace:
ITHit.WebDAV.Server.Acl
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax Task<IEnumerable<IPrincipal>> GetGroupMembershipAsync()
Function GetGroupMembershipAsync As Task(Of IEnumerable(Of IPrincipal))
Task<IEnumerable<IPrincipal^>^>^ GetGroupMembershipAsync()
abstract GetGroupMembershipAsync : unit -> Task<IEnumerable<IPrincipal>>
Return Value
Type:
TaskIEnumerableIPrincipalReturns group this principal belongs to.
Exceptions Remarks
Note that a server may
allow a group to be a member of another group, in which case the GetGroupMembershipAsync
of those other groups would need to be queried in order to determine the groups in which the principal
is indirectly a member.
See Also