IGlobalExportsSet Method Ingeniux CMS Content Store API

Adds a new export entry to the collection.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

IExportDefinition Set(
	string name,
	string query
)

Parameters

name
Type: SystemString
Name of export. Must be a valid XML attribute name.
query
Type: SystemString
An XPath query, if null or empty, equal to looking for the first-level child of an element whose name matches the given export name.

Return Value

Type: IExportDefinition
The export entry with matching name. This entry may already exist and had its query updated, or it didn't exist before and was just added.
See Also

Reference