 | ExportItemChildren 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:
IEnumerableExportItem
See Also