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) Version: 25.0
Syntax
public void Remove(
	ExportItem parent
)

Parameters

parent  ExportItem
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