Snippets OptionsLoad Files 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.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
true to handle the documents parameter as a list of file names; otherwise, false.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public bool LoadFiles { get; set; }VB
Public Property LoadFiles As Boolean
Get
SetProperty Value
Booleantrue to handle the documents parameter as a list of file names; otherwise, false.