DNDeleteProperty Method

Removes property form list of DN properties. Changes are made to local cache. To store them into persistent storage, call Save method.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
bool DeleteProperty(
	string name
)

Parameters

name  String
 

Return Value

Boolean
true - if exists, or false if there is no such property

Remarks

Property which is set by this method will be deleted by Save procedure.
Please pay attention that the list of properties will be actualized ONLY when notification about corresponding "DN" update notification will be delivered.

See Also