Methods
GetBool
Velocity
#set($nullableResponse = $readOnlyReviewableContentActionData.GetBool($propertyId))
JavaScript
var nullableResponse = readOnlyReviewableContentActionData.GetBool(propertyId);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| propertyId | String | Property Id | Required |
Returns
Nullable of BooleanGetColor
Velocity
#set($colorResponse = $readOnlyReviewableContentActionData.GetColor($propertyId))
JavaScript
var colorResponse = readOnlyReviewableContentActionData.GetColor(propertyId);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| propertyId | String | Property Id | Required |
Returns
GetCustom
Velocity
#set($stringResponse = $readOnlyReviewableContentActionData.GetCustom($propertyId))
JavaScript
var stringResponse = readOnlyReviewableContentActionData.GetCustom(propertyId);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| propertyId | String | Property Id | Required |
Returns
StringGetDateTime
Velocity
#set($nullableResponse = $readOnlyReviewableContentActionData.GetDateTime($propertyId))
JavaScript
var nullableResponse = readOnlyReviewableContentActionData.GetDateTime(propertyId);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| propertyId | String | Property Id | Required |
Returns
Nullable of DateTimeGetDouble
Velocity
#set($nullableResponse = $readOnlyReviewableContentActionData.GetDouble($propertyId))
JavaScript
var nullableResponse = readOnlyReviewableContentActionData.GetDouble(propertyId);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| propertyId | String | Property Id | Required |
Returns
Nullable of DoubleGetGuid
Velocity
#set($nullableResponse = $readOnlyReviewableContentActionData.GetGuid($propertyId))
JavaScript
var nullableResponse = readOnlyReviewableContentActionData.GetGuid(propertyId);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| propertyId | String | Property Id | Required |
Returns
Nullable of GuidGetHtml
Velocity
#set($stringResponse = $readOnlyReviewableContentActionData.GetHtml($propertyId))
JavaScript
var stringResponse = readOnlyReviewableContentActionData.GetHtml(propertyId);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| propertyId | String | Property Id | Required |
Returns
StringGetInt
Velocity
#set($nullableResponse = $readOnlyReviewableContentActionData.GetInt($propertyId))
JavaScript
var nullableResponse = readOnlyReviewableContentActionData.GetInt(propertyId);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| propertyId | String | Property Id | Required |
Returns
Nullable of Int32GetString
Velocity
#set($stringResponse = $readOnlyReviewableContentActionData.GetString($propertyId))
JavaScript
var stringResponse = readOnlyReviewableContentActionData.GetString(propertyId);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| propertyId | String | Property Id | Required |
Returns
StringGetUnit
Velocity
#set($unitResponse = $readOnlyReviewableContentActionData.GetUnit($propertyId))
JavaScript
var unitResponse = readOnlyReviewableContentActionData.GetUnit(propertyId);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| propertyId | String | Property Id | Required |
Returns
GetUrl
Velocity
#set($uriResponse = $readOnlyReviewableContentActionData.GetUrl($propertyId))
JavaScript
var uriResponse = readOnlyReviewableContentActionData.GetUrl(propertyId);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| propertyId | String | Property Id | Required |
Returns
UriGetUrlList
Velocity
#set($uriResponse = $readOnlyReviewableContentActionData.GetUrlList($propertyId))
JavaScript
var uriResponse = readOnlyReviewableContentActionData.GetUrlList(propertyId);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| propertyId | String | Property Id | Required |
Returns
Array of Uri