Click or drag to resize

ISearchSchemasConfigSerialize Method


Gets/sets the XML serialization of the search schema config.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
XElement Serialize(
	IPublishingTarget target
)

Parameters

target
Type: Ingeniux.CMSIPublishingTarget
The publishing target being configured.

Return Value

Type: XElement
The XML serialization.
See Also