 | ExportItemRemove Method |
Remove this item and this items children from the export.
Namespace:
CTExtensions.ExportCore.ExportHandler
Assembly:
CTInterface (in CTInterface.dll)
Syntaxpublic void Remove(
ExportItem parent
)
Public Sub Remove (
parent As ExportItem
)
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