Enables scripted content fragments to use application types
Properties
| Name | Type | Description | Default | Options |
|---|
| Current | ApplicationType | The current contextual application type | | |
Methods
Get
Retrieves an application type by its identifier
Usage
#set($applicationTypeResponse = $core_v2_applicationType.Get($applicationTypeId))
Parameters
| Name | Type | Description | Required | Default | Options |
|---|
| applicationTypeId | Guid | Application type identifier | Required | | |
Return Type
ApplicationType
List
Lists available application types
Usage
#set($iApiListResponse = $core_v2_applicationType.List())
Return Type
IApiList<ApplicationType>