Enables scripted content fragments to use application types

Properties

NameTypeDescriptionDefaultOptions
CurrentApplicationTypeThe current contextual application type

Methods

Get

Retrieves an application type by its identifier

Usage

#set($applicationTypeResponse = $core_v2_applicationType.Get($applicationTypeId))

Parameters

NameTypeDescriptionRequiredDefaultOptions
applicationTypeIdGuidApplication type identifierRequired

Return Type

ApplicationType

List

Lists available application types

Usage

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

Return Type

IApiList<ApplicationType>