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.6.492
Syntax
IExportDefinition Set(
	string name,
	string query
)

Parameters

name  String
Name of export. Must be a valid XML attribute name.
query  String
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

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