ClientConfigSearchAndReplace Method |
|
DataPA OpenAnalytics API Reference
Prompts user for search and replace text
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public Object SearchAndReplace(
ref string SearchText,
ref string ReplaceText
)
Public Function SearchAndReplace (
ByRef SearchText As String,
ByRef ReplaceText As String
) As Object
public:
virtual Object^ SearchAndReplace(
String^% SearchText,
String^% ReplaceText
) sealed
function SearchAndReplace(SearchText, ReplaceText);
Parameters
- SearchText
- Type: SystemString
The text to search for - ReplaceText
- Type: SystemString
The text to replace the searched text with
Return Value
Type:
ObjectTrue if the user pressed OK
Remarks See Also