Click or drag to resize

ISearchAssetsConfigSerialize Method


Retrieves 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