GroupRemoveMembers Method

removes members from the group.
Call Save to store changes
Call Refresh to revert all changes in group object.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
void RemoveMembers(
	IEnumerable<DN> dns
)

Parameters

dns  IEnumerableDN
List of members that should be removed from the group

Remarks

This method does not fail if list contains DNs which are not porticipate in the group

See Also