Click or drag to resize
IDocumentGeneratorCreateDocument Method

[Missing <summary> documentation for "M:Activsoft.Search.IDocumentGenerator.CreateDocument(System.String,System.String,System.Xml.XmlNode)"]

Namespace: Activsoft.Search
Assembly: Activsoft.Search (in Activsoft.Search.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Document CreateDocument(
	string objectType,
	string objectId,
	XmlNode documentConfig
)

Parameters

objectType
Type: SystemString

[Missing <param name="objectType"/> documentation for "M:Activsoft.Search.IDocumentGenerator.CreateDocument(System.String,System.String,System.Xml.XmlNode)"]

objectId
Type: SystemString

[Missing <param name="objectId"/> documentation for "M:Activsoft.Search.IDocumentGenerator.CreateDocument(System.String,System.String,System.Xml.XmlNode)"]

documentConfig
Type: System.XmlXmlNode

[Missing <param name="documentConfig"/> documentation for "M:Activsoft.Search.IDocumentGenerator.CreateDocument(System.String,System.String,System.Xml.XmlNode)"]

Return Value

Type: Document

[Missing <returns> documentation for "M:Activsoft.Search.IDocumentGenerator.CreateDocument(System.String,System.String,System.Xml.XmlNode)"]

See Also