Click or drag to resize

ExportItem.Children Property

Child items for this item.

Namespace:  CTExtensions.ExportCore.ExportHandler
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public IEnumerable<ExportItem> Children { get; }

Property Value

Type: IEnumerable<ExportItem>
See Also