tridion-sites-extensions-api-docs

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

LinkTargetStatus enum

Defines Link’s target status

Members: * NotFound - Target item not found

* NotAvailable - Target provider is not available

* NoPermission - Target item is not accessible

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

Enumeration Members

Member Value Description
NO_PERMISSION "NoPermission"  
NOT_AVAILABLE "NotAvailable"  
NOT_FOUND "NotFound"  
UNKNOWN_BY_CLIENT "UnknownByClient"