If true, all matched instances of Pattern in the input string will be replaced with Replacement. If false only the first instance will be replaced.

Namespace:  Endeca.Web.Url.Seo.Formatting
Assembly:  Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.1.0 (2.1.1.0)

Syntax

C#
public bool EnableReplaceAll { get; set; }
Visual Basic (Declaration)
Public Property EnableReplaceAll As Boolean
Visual C++
public:
property bool EnableReplaceAll {
	bool get ();
	void set (bool value);
}

See Also