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