IPrincipalAsyncGetGroupMembershipAsync 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: 11.3.10719
Syntax Task<IEnumerable<IPrincipalAsync>> GetGroupMembershipAsync()
Task<IEnumerable<IPrincipalAsync>> GetGroupMembershipAsync()
Function GetGroupMembershipAsync As Task(Of IEnumerable(Of IPrincipalAsync))
Function GetGroupMembershipAsync As Task(Of IEnumerable(Of IPrincipalAsync))
Task<IEnumerable<IPrincipalAsync^>^>^ GetGroupMembershipAsync()
Task<IEnumerable<IPrincipalAsync^>^>^ GetGroupMembershipAsync()
abstract GetGroupMembershipAsync : unit -> Task<IEnumerable<IPrincipalAsync>>
abstract GetGroupMembershipAsync : unit -> Task<IEnumerable<IPrincipalAsync>>
Return Value
Type:
TaskIEnumerableIPrincipalAsyncReturns 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