 | 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.4.1
Syntaxpublic bool LoadFiles { get; set; }
Public Property LoadFiles As Boolean
Get
Set
Property Value
Type:
Booleantrue to handle the documents parameter as a list of file names; otherwise,
false.
See Also