Enables scripted content fragments to use container types

Properties

NameTypeDescriptionDefaultOptions
CurrentContainerTypeThe current contextual container type

Methods

Get

Retrieves a container type by its identifier

Usage

#set($containerTypeResponse = $core_v2_containerType.Get($contentContainerTypeId))

Parameters

NameTypeDescriptionRequiredDefaultOptions
contentContainerTypeIdGuidContainer type identifierRequired

Return Type

ContainerType

List

Lists available container types

Usage

#set($iApiListResponse = $core_v2_containerType.List())

Return Type

IApiList<ContainerType>