Click or drag to resize

IPrincipalSetGroupMembers Method

IT Hit WebDAV Classes Reference
Replaces members of the group to be those specified in members parameter.

Namespace: ITHit.WebDAV.Server.Acl
Assembly: ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 4.5.3121.0
Syntax
void SetGroupMembers(
	IList<IPrincipal> members
)

Parameters

members
Type: System.Collections.GenericIListIPrincipal
New member(user or groups) list.

Return Value

Type: 
.
Exceptions
ExceptionCondition
LockedExceptionThe item is locked and no or invalid lock token was provided.
NeedPrivilegesExceptionNot enough permissions.
DavExceptionIn case of other errors.
See Also