Click or drag to resize

SnippetsOptionsLoadFiles Property

Gets or sets a value indicating whether Whether to handle the data parameter of BuildSnippetsTDocument(IEnumerableString, String) as data to extract snippets from (default behavior), or to treat it as file names, and load data from specified files on the server side. Default is false. Supported in Sphinx 1.10.1 and above.

Namespace:  SphinxConnector.FluentApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public bool LoadFiles { get; set; }

Property Value

Type: Boolean
true to handle the documents parameter as a list of file names; otherwise, false.
See Also