tridion-sites-extensions-api-docs

Home > @tridion-sites/models > LocationInfo

LocationInfo class

Location/context info for Repository-Local Objects.

Signature:

export declare class LocationInfo

Constructors

Constructor Modifiers Description
(constructor)({ backendModel, contextRepository, organizationalItem })   Constructs a new instance of the LocationInfo class

Properties

Property Modifiers Type Description
_backendModel   BackendLocationInfo  
contextRepository   Link | undefined Context Repository from which the object has been retrieved.
getInternalModel   () => BackendLocationInfo  
organizationalItem   Link | undefined Organizational Item that contains the object.
path   string | undefined Path to the item (that is, excluding the item’s own title).
webDavUrl   string | undefined WebDAV URL of the item.