Click or drag to resize

IGlobalExportsSet Method


Adds a new export entry to the collection.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
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