Click or drag to resize
ClientConfigSearchAndReplace Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Prompts user for search and replace text

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public Object SearchAndReplace(
	ref string SearchText,
	ref string ReplaceText
)

Parameters

SearchText
Type: SystemString
The text to search for
ReplaceText
Type: SystemString
The text to replace the searched text with

Return Value

Type: Object
True if the user pressed OK
Remarks