 | ExportItemExcludedFromAllParents Method |
Returns true if this item has zero quantity in all of its parents;
or if is root item with zero quantity.
Or if all grandparents are ExcludedFromAllParents -recursively.
Namespace: CTExtensions.ExportCore.ExportHandlerAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic bool ExcludedFromAllParents()
Public Function ExcludedFromAllParents As Boolean
Return Value
Boolean
See Also