Creates a new instance
Declaration Syntax
C# | Visual Basic | Visual C++ |
public PreloadedDocument( Uri documentUri, string title, string text, string summary, ArrayList contentCategories, LocationCategoryRecord locationCategory, string customData, Configuration configuration )
Public Sub New ( _ documentUri As Uri, _ title As String, _ text As String, _ summary As String, _ contentCategories As ArrayList, _ locationCategory As LocationCategoryRecord, _ customData As String, _ configuration As Configuration _ )
public: PreloadedDocument( Uri^ documentUri, String^ title, String^ text, String^ summary, ArrayList^ contentCategories, LocationCategoryRecord^ locationCategory, String^ customData, Configuration^ configuration )
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.
- summary (String)
- Summary of document, which may be used as a result summary (see Configuration).
- contentCategories (ArrayList)
- Content categories this document belongs to or null.
- locationCategory (LocationCategoryRecord)
- Location category this document belongs to or null.
- customData (String)
- 'Custom data' for the document.
- configuration (Configuration)
- The Configuration.