tridion-sites-extensions-api-docs

Home > @tridion-sites/models > ExternalVersionInfo

ExternalVersionInfo class

Signature:

export declare class ExternalVersionInfo extends FullVersionInfo

Extends: FullVersionInfo

Constructors

Constructor Modifiers Description
(constructor)(externalVersionInfoArgs)   Constructs a new instance of the ExternalVersionInfo class

Properties

Property Modifiers Type Description
_backendModel   BackendExternalVersionInfo  
externalCreator   string | undefined The name of the user who created the item in the external system.
externalRevisor   string | undefined The name of the user who last modified the item in the external system.
getInternalModel   () => BackendExternalVersionInfo