Click or drag to resize

IGlobalExportsExport Method


Retrieves one export entry by its name.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IExportDefinition Export(
	string name
)

Parameters

name  String
Name of export entry (must be unique to the collection).

Return Value

IExportDefinition
The export entry with matching name. Returns null if name doesn't exist.
See Also