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