tridion-sites-extensions-api-docs

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

SearchBlueprintStatus enum

Specifies the Blueprint status to search for.

Members: * Unspecified - Don’t search for a specific Blueprint status

* Local - Search for local items

* Localized - Search for localized items (a.k.a. local copies)

* Shared - Search for shared items

* 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 SearchBlueprintStatus

Enumeration Members

Member Value Description
LOCAL "Local"  
LOCALIZED "Localized"  
SHARED "Shared"  
UNKNOWN_BY_CLIENT "UnknownByClient"  
UNSPECIFIED "Unspecified"