PromptSetGetPromptByID(String, Boolean) Method
Search Prompt with given id in local cache or in persistent storage depending on given 'last_modified_value' value.
Namespace: TCX.ConfigurationAssembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
Prompt GetPromptByID(
string id,
bool last_modified_value
)
- 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.
Promptreturns Prompt if found, null if not found.