Click or drag to resize

IPrincipalGetGroupMembers 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: 4.5.3121.0
Syntax
IEnumerable<IPrincipal> GetGroupMembers()

Return Value

Type: IEnumerableIPrincipal
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