Click or drag to resize

IGlobalExportsRemove 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 Remove(
	string name
)

Parameters

name  String
Name of the export entry to remove.

Return Value

Boolean
True if an export with a matching name exists, false otherwise.
See Also