Click or drag to resize

IPrincipalAsyncSetGroupMembersAsync 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: 11.3.10719
Syntax
Task SetGroupMembersAsync(
	IList<IPrincipalAsync> members
)

Task SetGroupMembersAsync(
	IList<IPrincipalAsync> members
)

Parameters

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

Return Value

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