CatalogRef.<Catalog name>.BelongsToItem
Syntax:
Parameters:
<Item> (required)
Group (or hierarchy catalog item containing item hierarchy) for which an item's subordination is to be defined.
Returned value:
True indicates the item is subordinated to a group; otherwise it is False.
False - otherwise.
If the item itself is used as parameter, then False.
Description:
Availability:
Note:
Example:
If ReferenceObject.BelongsToItem(ItemRef) Then Message("Belongs"); EndIf; |