Enables scripted content fragments to use container types
Properties
| Name | Type | Description | Default | Options |
|---|
| Current | ContainerType | The current contextual container type | | |
Methods
Get
Retrieves a container type by its identifier
Usage
#set($containerTypeResponse = $core_v2_containerType.Get($contentContainerTypeId))
Parameters
| Name | Type | Description | Required | Default | Options |
|---|
| contentContainerTypeId | Guid | Container type identifier | Required | | |
Return Type
ContainerType
List
Lists available container types
Usage
#set($iApiListResponse = $core_v2_containerType.List())
Return Type
IApiList<ContainerType>