PromptSetGetPromptByID(String) Method

Search Prompt with given id in persistent storage.

Definition

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

Parameters

id  String
Prompt ID

Return Value

Prompt
returns Prompt from persistent storage if exist, null if it doesn't exist.

See Also