 | ExportItem.Children Property |
Child items for this item.
Namespace:
CTExtensions.ExportCore.ExportHandler
Assembly:
CTInterface (in CTInterface.dll)
Syntaxpublic IEnumerable<ExportItem> Children { get; }
Public ReadOnly Property Children As IEnumerable(Of ExportItem)
Get
Property Value
Type:
IEnumerable<ExportItem>
See Also