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 BooleanGetColor
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
StringGetDateTime
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 DateTimeGetDouble
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 DoubleGetGuid
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 GuidGetHtml
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
StringGetInt
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 Int32GetString
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
StringGetUnit
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
UriGetUrlList
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