 | SnippetsOptionsLoadFilesScattered Property |
The source files for snippets could be distributed among different agents, and the main daemon will merge
together all non-erroneous results. Default is false. Supported in Sphinx 2.0.2 and above.
Namespace: SphinxConnector.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic bool LoadFilesScattered { get; set; }
Public Property LoadFilesScattered As Boolean
Get
Set
Property Value
Type:
Booleantrueif the source files for snippets could be distributed among different agents; otherwise,
false.
Remarks
See Also