Methods
GetBool
Velocity
#set($nullableResponse = $readOnlyReviewableContentData.GetBool($propertyId))
JavaScript
var nullableResponse = readOnlyReviewableContentData.GetBool(propertyId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | String | Property Id | Required |
Returns
Nullable of Boolean
GetColor
Velocity
#set($colorResponse = $readOnlyReviewableContentData.GetColor($propertyId))
JavaScript
var colorResponse = readOnlyReviewableContentData.GetColor(propertyId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | String | Property Id | Required |
Returns
GetCustom
Velocity
#set($stringResponse = $readOnlyReviewableContentData.GetCustom($propertyId))
JavaScript
var stringResponse = readOnlyReviewableContentData.GetCustom(propertyId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | String | Property Id | Required |
Returns
String
GetDateTime
Velocity
#set($nullableResponse = $readOnlyReviewableContentData.GetDateTime($propertyId))
JavaScript
var nullableResponse = readOnlyReviewableContentData.GetDateTime(propertyId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | String | Property Id | Required |
Returns
Nullable of DateTime
GetDouble
Velocity
#set($nullableResponse = $readOnlyReviewableContentData.GetDouble($propertyId))
JavaScript
var nullableResponse = readOnlyReviewableContentData.GetDouble(propertyId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | String | Property Id | Required |
Returns
Nullable of Double
GetGuid
Velocity
#set($nullableResponse = $readOnlyReviewableContentData.GetGuid($propertyId))
JavaScript
var nullableResponse = readOnlyReviewableContentData.GetGuid(propertyId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | String | Property Id | Required |
Returns
Nullable of Guid
GetHtml
Velocity
#set($stringResponse = $readOnlyReviewableContentData.GetHtml($propertyId))
JavaScript
var stringResponse = readOnlyReviewableContentData.GetHtml(propertyId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | String | Property Id | Required |
Returns
String
GetInt
Velocity
#set($nullableResponse = $readOnlyReviewableContentData.GetInt($propertyId))
JavaScript
var nullableResponse = readOnlyReviewableContentData.GetInt(propertyId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | String | Property Id | Required |
Returns
Nullable of Int32
GetString
Velocity
#set($stringResponse = $readOnlyReviewableContentData.GetString($propertyId))
JavaScript
var stringResponse = readOnlyReviewableContentData.GetString(propertyId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | String | Property Id | Required |
Returns
String
GetUnit
Velocity
#set($unitResponse = $readOnlyReviewableContentData.GetUnit($propertyId))
JavaScript
var unitResponse = readOnlyReviewableContentData.GetUnit(propertyId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | String | Property Id | Required |
Returns
GetUrl
Velocity
#set($uriResponse = $readOnlyReviewableContentData.GetUrl($propertyId))
JavaScript
var uriResponse = readOnlyReviewableContentData.GetUrl(propertyId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | String | Property Id | Required |
Returns
Uri
GetUrlList
Velocity
#set($uriResponse = $readOnlyReviewableContentData.GetUrlList($propertyId))
JavaScript
var uriResponse = readOnlyReviewableContentData.GetUrlList(propertyId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | String | Property Id | Required |
Returns
Array of Uri