- GetBool
- GetColor
- GetCustom
- GetDateTime
- GetDouble
- GetGuid
- GetHtml
- GetInt
- GetString
- GetUnit
- GetUrl
- GetUrlList
- SetBool
- SetColor
- SetCustom
- SetDateTime
- SetDouble
- SetGuid
- SetHtml
- SetInt
- SetString
- SetUnit
- SetUrl
- SetUrlList
Methods
GetBool
Velocity
#set($nullableResponse = $editableReviewableContentActionData.GetBool($propertyId))
JavaScript
var nullableResponse = editableReviewableContentActionData.GetBool(propertyId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | String | Property Id | Required |
Returns
Nullable of Boolean
GetColor
Velocity
#set($colorResponse = $editableReviewableContentActionData.GetColor($propertyId))
JavaScript
var colorResponse = editableReviewableContentActionData.GetColor(propertyId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | String | Property Id | Required |
Returns
GetCustom
Velocity
#set($stringResponse = $editableReviewableContentActionData.GetCustom($propertyId))
JavaScript
var stringResponse = editableReviewableContentActionData.GetCustom(propertyId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | String | Property Id | Required |
Returns
String
GetDateTime
Velocity
#set($nullableResponse = $editableReviewableContentActionData.GetDateTime($propertyId))
JavaScript
var nullableResponse = editableReviewableContentActionData.GetDateTime(propertyId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | String | Property Id | Required |
Returns
Nullable of DateTime
GetDouble
Velocity
#set($nullableResponse = $editableReviewableContentActionData.GetDouble($propertyId))
JavaScript
var nullableResponse = editableReviewableContentActionData.GetDouble(propertyId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | String | Property Id | Required |
Returns
Nullable of Double
GetGuid
Velocity
#set($nullableResponse = $editableReviewableContentActionData.GetGuid($propertyId))
JavaScript
var nullableResponse = editableReviewableContentActionData.GetGuid(propertyId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | String | Property Id | Required |
Returns
Nullable of Guid
GetHtml
Velocity
#set($stringResponse = $editableReviewableContentActionData.GetHtml($propertyId))
JavaScript
var stringResponse = editableReviewableContentActionData.GetHtml(propertyId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | String | Property Id | Required |
Returns
String
GetInt
Velocity
#set($nullableResponse = $editableReviewableContentActionData.GetInt($propertyId))
JavaScript
var nullableResponse = editableReviewableContentActionData.GetInt(propertyId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | String | Property Id | Required |
Returns
Nullable of Int32
GetString
Velocity
#set($stringResponse = $editableReviewableContentActionData.GetString($propertyId))
JavaScript
var stringResponse = editableReviewableContentActionData.GetString(propertyId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | String | Property Id | Required |
Returns
String
GetUnit
Velocity
#set($unitResponse = $editableReviewableContentActionData.GetUnit($propertyId))
JavaScript
var unitResponse = editableReviewableContentActionData.GetUnit(propertyId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | String | Property Id | Required |
Returns
GetUrl
Velocity
#set($uriResponse = $editableReviewableContentActionData.GetUrl($propertyId))
JavaScript
var uriResponse = editableReviewableContentActionData.GetUrl(propertyId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | String | Property Id | Required |
Returns
Uri
GetUrlList
Velocity
#set($uriResponse = $editableReviewableContentActionData.GetUrlList($propertyId))
JavaScript
var uriResponse = editableReviewableContentActionData.GetUrlList(propertyId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | String | Property Id | Required |
Returns
Array of Uri
SetBool
Velocity
$editableReviewableContentActionData.SetBool($propertyId, $value)
JavaScript
editableReviewableContentActionData.SetBool(propertyId, value);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | String | Property Id | Required | ||
value | Nullable of Boolean | Value | Required |
Returns
NothingSetColor
Velocity
$editableReviewableContentActionData.SetColor($propertyId, $value)
JavaScript
editableReviewableContentActionData.SetColor(propertyId, value);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | String | Property Id | Required | ||
value | Color | Value | Required |
Returns
NothingSetCustom
Velocity
$editableReviewableContentActionData.SetCustom($propertyId, $value)
JavaScript
editableReviewableContentActionData.SetCustom(propertyId, value);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | String | Property Id | Required | ||
value | String | Value | Required |
Returns
NothingSetDateTime
Velocity
$editableReviewableContentActionData.SetDateTime($propertyId, $value)
JavaScript
editableReviewableContentActionData.SetDateTime(propertyId, value);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | String | Property Id | Required | ||
value | Nullable of DateTime | Value | Required |
Returns
NothingSetDouble
Velocity
$editableReviewableContentActionData.SetDouble($propertyId, $value)
JavaScript
editableReviewableContentActionData.SetDouble(propertyId, value);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | String | Property Id | Required | ||
value | Nullable of Double | Value | Required |
Returns
NothingSetGuid
Velocity
$editableReviewableContentActionData.SetGuid($propertyId, $value)
JavaScript
editableReviewableContentActionData.SetGuid(propertyId, value);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | String | Property Id | Required | ||
value | Nullable of Guid | Value | Required |
Returns
NothingSetHtml
Velocity
$editableReviewableContentActionData.SetHtml($propertyId, $value)
JavaScript
editableReviewableContentActionData.SetHtml(propertyId, value);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | String | Property Id | Required | ||
value | String | Value | Required |
Returns
NothingSetInt
Velocity
$editableReviewableContentActionData.SetInt($propertyId, $value)
JavaScript
editableReviewableContentActionData.SetInt(propertyId, value);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | String | Property Id | Required | ||
value | Nullable of Int32 | Value | Required |
Returns
NothingSetString
Velocity
$editableReviewableContentActionData.SetString($propertyId, $value)
JavaScript
editableReviewableContentActionData.SetString(propertyId, value);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | String | Property Id | Required | ||
value | String | Value | Required |
Returns
NothingSetUnit
Velocity
$editableReviewableContentActionData.SetUnit($propertyId, $value)
JavaScript
editableReviewableContentActionData.SetUnit(propertyId, value);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | String | Property Id | Required | ||
value | Unit | Value | Required |
Returns
NothingSetUrl
Velocity
$editableReviewableContentActionData.SetUrl($propertyId, $value)
JavaScript
editableReviewableContentActionData.SetUrl(propertyId, value);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | String | Property Id | Required | ||
value | Uri | Value | Required |
Returns
NothingSetUrlList
Velocity
$editableReviewableContentActionData.SetUrlList($propertyId, $value)
JavaScript
editableReviewableContentActionData.SetUrlList(propertyId, value);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | String | Property Id | Required | ||
value | Array of Uri | Value | Required |