Click or drag to resize

IndexHelperConvertToXml Method

Converts index instance data to xml element

Namespace:  Dynamicweb.Indexing
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public static XElement ConvertToXml(
	IIndex index
)

Parameters

index
Type: Dynamicweb.IndexingIIndex
Index instance

Return Value

Type: XElement
XElement instance
See Also