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.6.492
Syntax
bool RemoveExport(
	IExportElement export
)

Parameters

export  IExportElement
Export entry to remove

Return Value

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