Click or drag to resize

ExportItemParents Property

Parent items for this item. Empty for root item.

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

Property Value

Type: IEnumerableExportItem
See Also