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 Boolean
GetColor
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
String
GetDateTime
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 DateTime
GetDouble
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 Double
GetGuid
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 Guid
GetHtml
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
String
GetInt
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 Int32
GetString
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
String
GetUnit
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
Uri
GetUrlList
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