Creates a new instance
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public PreloadedDocument( Uri documentUri, string title, string text, Configuration configuration )
public PreloadedDocument( Uri documentUri, string title, string text, Configuration configuration )
Public Sub New ( documentUri As Uri, title As String, text As String, configuration As Configuration )
Public Sub New ( documentUri As Uri, title As String, text As String, configuration As Configuration )
public: PreloadedDocument( Uri^ documentUri, String^ title, String^ text, Configuration^ configuration )
public: PreloadedDocument( Uri^ documentUri, String^ title, String^ text, Configuration^ configuration )
new : documentUri : Uri * title : string * text : string * configuration : Configuration -> PreloadedDocument
new : documentUri : Uri * title : string * text : string * configuration : Configuration -> PreloadedDocument
Parameters
- documentUri (Uri)
- The URI used to identify the document, does not have to be a 'real' URI.
- title (String)
- Title of the document.
- text (String)
- Body of the document text.
- configuration (Configuration)
- The Configuration.
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120