IEmbeddableContentFragment
is defined in the Telligent.Evolution.Extensibility.EmbeddableContent.Version2
namespace of Telligent.Evolution.Platform.dll
Definition
interface IEmbeddableContentFragment { Guid ContentId { get; } Guid ContentTypeId { get; } Guid EmbeddedContentFragmentTypeId { get; } Guid Id { get; } Guid? TypeId { get; } 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); }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ContentId | Guid | |||
ContentTypeId | Guid | |||
EmbeddedContentFragmentTypeId | Guid | |||
Id | Guid | |||
TypeId | Guid? |
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[]