IGlobalExportsExport Method Ingeniux CMS Content Store API

Retrieves one export entry by its name.

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

IExportDefinition Export(
	string name
)

Parameters

name
Type: SystemString
Name of export entry (must be unique to the collection).

Return Value

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

Reference