DNResetPrimaryGroup Method

Resets current primary group.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
bool ResetPrimaryGroup(
	Group group
)

Parameters

group  Group
One of the group which is assigned to GroupMembership

Return Value

Boolean
true is object was modified by this methid

Remarks

This method makes modification and reorders array assigned to GroupMembership, therefore it should be called when all modifications of the GroupMembership is done.

Exceptions

ArgumentExceptionThrown if group is not listed in GroupMembership

See Also