HtmlProperties
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class HtmlProperties { Guid? ApplicationId { get; set; } Guid? ApplicationTypeId { get; set; } Guid? ContentTypeId { get; set; } string Item { get; set; } string[] PropertyNames { get; } HtmlProperties Add(string propertyName, Func<string> get, Action<string> set, bool isRendered); bool IsRendered(string propertyName); }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ApplicationId | Guid? | |||
ApplicationTypeId | Guid? | |||
ContentTypeId | Guid? | |||
Item | string | |||
PropertyNames | string[] |
Methods
HtmlProperties Add(string propertyName, Func<string> get, Action<string> set, bool isRendered);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyName | string | Property Name | Required | ||
get | Func<string> | Get | Required | ||
set | Action<string> | Set | Required | ||
isRendered | bool | Is Rendered | Required |
Return Type
bool IsRendered(string propertyName);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyName | string | Property Name | Required |
Return Type
bool