Click or drag to resize

ISchemaFieldRemoveExport Method


Removes a local exports entry if exists.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax
bool RemoveExport(
	string name
)

Parameters

name
Type: SystemString
Name of the export entry to remove

Return Value

Type: Boolean
True if entry with a matching name exists, false otherwise.
See Also