GroupUpsertMembers Method

Inplace Add/Update of the members.
This method does not store changes. Changes can be applied by calling Save.
All changes made in Group can be reverted using Refresh method

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
void UpsertMembers(
	IDictionary<DN, string> upsert_collection
)

Parameters

upsert_collection  IDictionaryDN, String

See Also