Home > @tridion-sites/open-api-client > ModelType
Specifies the Model types that are supported by the Content Manager.
Members: * Bundle - Bundle.
* SearchFolder - Search folder.
* Schema - Schema.
* Page - Page.
* PageTemplate - Page template.
* Component - Component.
* ComponentTemplate - Component template.
* Folder - Folder.
* Keyword - Keyword.
* StructureGroup - Structure group.
* TemplateBuildingBlock - Template building block.
* Publication - Publication.
* Category - Category.
* Group - Group.
* ProcessDefinition - Process definition.
* BusinessProcessType - Business process type.
* MultimediaType - Multimedia type.
* TargetType - Target type.
* User - User.
* TargetGroup - Target group.
* ApprovalStatus - Approval status.
Signature:
export declare enum ModelType
| Member | Value | Description |
|---|---|---|
| APPROVAL_STATUS | "ApprovalStatus" |
|
| BUNDLE | "Bundle" |
|
| BUSINESS_PROCESS_TYPE | "BusinessProcessType" |
|
| CATEGORY | "Category" |
|
| COMPONENT | "Component" |
|
| COMPONENT_TEMPLATE | "ComponentTemplate" |
|
| FOLDER | "Folder" |
|
| GROUP | "Group" |
|
| KEYWORD | "Keyword" |
|
| MULTIMEDIA_TYPE | "MultimediaType" |
|
| PAGE | "Page" |
|
| PAGE_TEMPLATE | "PageTemplate" |
|
| PROCESS_DEFINITION | "ProcessDefinition" |
|
| PUBLICATION | "Publication" |
|
| SCHEMA | "Schema" |
|
| SEARCH_FOLDER | "SearchFolder" |
|
| STRUCTURE_GROUP | "StructureGroup" |
|
| TARGET_GROUP | "TargetGroup" |
|
| TARGET_TYPE | "TargetType" |
|
| TEMPLATE_BUILDING_BLOCK | "TemplateBuildingBlock" |
|
| USER | "User" |