tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > WhereUsedCommentToken

WhereUsedCommentToken enum

Kind of relationship between this item and used item

Members: * ParentItem - Specifies that the list item represents the (direct) BluePrint Parent Item of the given item. * LocalCopy - Specifies that the list item represents a Local Copy of the given item. * OnlyOldVersions - Specifies that only old versions of the list item are referring to the given item. * OnlyCheckedOutVersion - if only the checked-out version of an item refers to the given item. * UnknownByClient - Special reserved value used to notify a legacy client about receiving an enumeration value added in a newer version of the service. Explicitly setting this value by a client is not allowed (it can only be set internally by the service), but client code should check it and be able to handle such cases.

Signature:

export declare enum WhereUsedCommentToken

Enumeration Members

Member Value Description
LOCAL_COPY "LocalCopy"  
ONLY_CHECKED_OUT_VERSION "OnlyCheckedOutVersion"  
ONLY_OLD_VERSIONS "OnlyOldVersions"  
PARENT_ITEM "ParentItem"  
UNKNOWN_BY_CLIENT "UnknownByClient"