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.492
Syntax
XElement Serialize(
	IPublishingTarget target
)

Parameters

target  IPublishingTarget
The publishing target being configured.

Return Value

XElement
The XML serialization.
See Also