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