Enables scripted content fragments to use application types
Properties
Name | Access | Type | Description |
---|---|---|---|
Current | Read | ApplicationType | The current contextual application type |
Methods
Get
Retrieves an application type by its identifier
Velocity
#set($applicationTypeResponse = $core_v2_applicationType.Get($applicationTypeId))
JavaScript
var applicationTypeResponse = core_v2_applicationType.Get(applicationTypeId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
applicationTypeId | Guid | Application type identifier | Required |
Returns
List
Lists available application types
Velocity
#set($iApiListResponse = $core_v2_applicationType.List())
JavaScript
var iApiListResponse = core_v2_applicationType.List();