PromptSetGetPromptByID(String, Boolean) Method

Search Prompt with given id in local cache or in persistent storage depending on given 'last_modified_value' value.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
Prompt GetPromptByID(
	string id,
	bool last_modified_value
)

Parameters

id  String
Prompt ID
last_modified_value  Boolean
If true - will search in current Prompts set (not yet saved). If false - this method is equal to call GetPromptByID(id) method.

Return Value

Prompt
returns Prompt if found, null if not found.

See Also