Click or drag to resize

IExportsElementRemoveExport Method


Removes an export entry from the collection.

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

Parameters

export
Type: Ingeniux.CMSIExportElement
Export entry to remove

Return Value

Type: Boolean
True if export entry exists with the same name, false otherwise.
See Also