Click or drag to resize

IPrincipalAsyncGetGroupMembersAsync Method

IT Hit WebDAV Classes Reference
Retrieves principals that are direct members of this group.

Namespace:  ITHit.WebDAV.Server.Acl
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 11.3.10719
Syntax
Task<IEnumerable<IPrincipalAsync>> GetGroupMembersAsync()

Task<IEnumerable<IPrincipalAsync>> GetGroupMembersAsync()

Return Value

Type: TaskIEnumerableIPrincipalAsync
Members of the group identified by this principal.
Exceptions
ExceptionCondition
LockedExceptionThe item is locked and no or invalid lock token was provided.
NeedPrivilegesExceptionNot enough permissions.
DavExceptionIn case of other errors.
Remarks
Since a group may be a member of another group, a group may also have indirect members (i.e., the members of its direct members).
See Also