Click or drag to resize

IExportsElementAddExport Method


Adds a new export entry to the collection.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void AddExport(
	IExportElement export
)

Parameters

export
Type: Ingeniux.CMSIExportElement
New export entry to add
Exceptions
ExceptionCondition
ArgumentExceptionWhen there is already an export entry that has the same name.
Remarks
If the "export" parameter is null, this method does nothing.
See Also