A comma separated string of file system locations used for searching instead of using Index Server

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer.Web.WebControls (in EPiServer.Web.WebControls.dll) Version: 5.2.375.236

Syntax

C#
public string SearchLocations { get; set; }

Field Value

Default value in String.Empty

Remarks

You can set more than one location by building a comma-separated list of paths.

See Also