Click or drag to resize

ExportItemRemove Method

Remove this item and this items children from the export.

Namespace:  CTExtensions.ExportCore.ExportHandler
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public void Remove(
	ExportItem parent
)

Parameters

parent
Type: CTExtensions.ExportCore.ExportHandlerExportItem
Give parent to remove this child only from under that parent. Null to remove this item from all parents, or if this is root item.
See Also