Home > @tridion-sites/open-api-client > RLOItemType
Specifies the subset of the Item types which are the Repository Local Object model.
Members: * Folder
- Folder.
* StructureGroup
- Structure group.
* Schema
- Schema.
* Component
- Component.
* ComponentTemplate
- Component template.
* Page
- Page.
* PageTemplate
- Page template.
* TargetGroup
- Target group.
* Category
- Category.
* Keyword
- Keyword.
* TemplateBuildingBlock
- Template building block.
* BusinessProcessType
- Business Process Type.
* VirtualFolder
- Virtual folder (Search Folder or Bundle).
* ProcessDefinition
- Workflow Process Definition.
* All
- Represents all Repository Local Object types.
* 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 RLOItemType
Member | Value | Description |
---|---|---|
ALL | "All" |
|
BUSINESS_PROCESS_TYPE | "BusinessProcessType" |
|
CATEGORY | "Category" |
|
COMPONENT | "Component" |
|
COMPONENT_TEMPLATE | "ComponentTemplate" |
|
FOLDER | "Folder" |
|
KEYWORD | "Keyword" |
|
PAGE | "Page" |
|
PAGE_TEMPLATE | "PageTemplate" |
|
PROCESS_DEFINITION | "ProcessDefinition" |
|
SCHEMA | "Schema" |
|
STRUCTURE_GROUP | "StructureGroup" |
|
TARGET_GROUP | "TargetGroup" |
|
TEMPLATE_BUILDING_BLOCK | "TemplateBuildingBlock" |
|
UNKNOWN_BY_CLIENT | "UnknownByClient" |
|
VIRTUAL_FOLDER | "VirtualFolder" |