Adds to a list of text strings to replace

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public void AddTextReplacement(
	string searchString,
	string replacement
)
Visual Basic (Declaration)
Public Sub AddTextReplacement ( _
	searchString As String, _
	replacement As String _
)
Visual C++
public:
void AddTextReplacement(
	String^ searchString, 
	String^ replacement
)

Parameters

searchString
Type: System..::.String
Text to look for
replacement
Type: System..::.String
Text to replace with

See Also