tridion-sites-extensions-api-docs

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

ResolveOptions enum

Defines which Items will be included in the Translation Job for an .

Members: * TranslateContainerItems - Translate container items (Folders, Pages, Structure Groups, etc.)

* TranslateSubItems - Translate the items inside of containers (Components, Keywords, etc.)

* UnknownByClient - Special reserved value used to notify an older API version client about the presence of an enumeration member added in a later API version. Explicitly setting this value by a client is not allowed, but client code should check it and be able to handle such cases.

Signature:

export declare enum ResolveOptions

Enumeration Members

Member Value Description
TRANSLATE_CONTAINER_ITEMS "TranslateContainerItems"  
TRANSLATE_SUB_ITEMS "TranslateSubItems"  
UNKNOWN_BY_CLIENT "UnknownByClient"