Home > @tridion-sites/models > ExternalVersionInfo
Signature:
export declare class ExternalVersionInfo extends FullVersionInfo
Extends: FullVersionInfo
Constructor | Modifiers | Description |
---|---|---|
(constructor)(externalVersionInfoArgs) | Constructs a new instance of the ExternalVersionInfo class |
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 |