ReadOnlyReviewableContentActionData is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class ReadOnlyReviewableContentActionData
{
	bool? GetBool(string propertyId);
	Color GetColor(string propertyId);
	string GetCustom(string propertyId);
	DateTime? GetDateTime(string propertyId);
	double? GetDouble(string propertyId);
	Guid? GetGuid(string propertyId);
	string GetHtml(string propertyId);
	int? GetInt(string propertyId);
	string GetString(string propertyId);
	Unit GetUnit(string propertyId);
	Uri GetUrl(string propertyId);
	Uri[] GetUrlList(string propertyId);
}
Methods
bool? GetBool(string propertyId);
Parameters
| Name | Type | Description | Required | Default | Options | 
|---|---|---|---|---|---|
| propertyId | string | Property Id | Required | 
Return Type
bool?
Color GetColor(string propertyId);
Parameters
| Name | Type | Description | Required | Default | Options | 
|---|---|---|---|---|---|
| propertyId | string | Property Id | Required | 
Return Type
string GetCustom(string propertyId);
Parameters
| Name | Type | Description | Required | Default | Options | 
|---|---|---|---|---|---|
| propertyId | string | Property Id | Required | 
Return Type
string
DateTime? GetDateTime(string propertyId);
Parameters
| Name | Type | Description | Required | Default | Options | 
|---|---|---|---|---|---|
| propertyId | string | Property Id | Required | 
Return Type
DateTime?
double? GetDouble(string propertyId);
Parameters
| Name | Type | Description | Required | Default | Options | 
|---|---|---|---|---|---|
| propertyId | string | Property Id | Required | 
Return Type
double?
Guid? GetGuid(string propertyId);
Parameters
| Name | Type | Description | Required | Default | Options | 
|---|---|---|---|---|---|
| propertyId | string | Property Id | Required | 
Return Type
Guid?
string GetHtml(string propertyId);
Parameters
| Name | Type | Description | Required | Default | Options | 
|---|---|---|---|---|---|
| propertyId | string | Property Id | Required | 
Return Type
string
int? GetInt(string propertyId);
Parameters
| Name | Type | Description | Required | Default | Options | 
|---|---|---|---|---|---|
| propertyId | string | Property Id | Required | 
Return Type
int?
string GetString(string propertyId);
Parameters
| Name | Type | Description | Required | Default | Options | 
|---|---|---|---|---|---|
| propertyId | string | Property Id | Required | 
Return Type
string
Unit GetUnit(string propertyId);
Parameters
| Name | Type | Description | Required | Default | Options | 
|---|---|---|---|---|---|
| propertyId | string | Property Id | Required | 
Return Type
Uri GetUrl(string propertyId);
Parameters
| Name | Type | Description | Required | Default | Options | 
|---|---|---|---|---|---|
| propertyId | string | Property Id | Required | 
Return Type
Uri
Uri[] GetUrlList(string propertyId);
Parameters
| Name | Type | Description | Required | Default | Options | 
|---|---|---|---|---|---|
| propertyId | string | Property Id | Required | 
Return Type
Uri[]
 
				