Class CmsItemTemplate
Represents a cms item template.
Inheritance
CmsItemTemplate
Implements
Namespace: BiExcellence.OpenBi.Api.Commands.Cms
Assembly: BiExcellence.OpenBi.Api.Cms.dll
Syntax
public class CmsItemTemplate : ICmsItemTemplate
Constructors
CmsItemTemplate(string, string, string, string)
Initializes a new instance of the CmsItemTemplate class.
Declaration
public CmsItemTemplate(string tagName, string attributeName, string id, string language)
Parameters
Type | Name | Description |
---|---|---|
string | tagName | The tag name. |
string | attributeName | The attribute name. |
string | id | The id. |
string | language | The language. |
CmsItemTemplate(string, string)
Initializes a new instance of the CmsItemTemplate class with an empty Language.
Declaration
public CmsItemTemplate(string tagName, string id)
Parameters
Type | Name | Description |
---|---|---|
string | tagName | The tag name. |
string | id | The id. |
Properties
AttributeName
Gets the attribute name.
Declaration
public string AttributeName { get; protected set; }
Property Value
Type | Description |
---|---|
string |
Changed
Gets the changed date.
Declaration
public DateTimeOffset Changed { get; protected set; }
Property Value
Type | Description |
---|---|
DateTimeOffset |
Content
Gets or sets the content.
Declaration
public string? Content { get; set; }
Property Value
Type | Description |
---|---|
string |
Created
Gets the created date.
Declaration
public DateTimeOffset Created { get; protected set; }
Property Value
Type | Description |
---|---|
DateTimeOffset |
Id
Gets the id.
Declaration
public string Id { get; protected set; }
Property Value
Type | Description |
---|---|
string |
Language
Gets the language.
Declaration
public string Language { get; protected set; }
Property Value
Type | Description |
---|---|
string |
Path
Gets or sets the path.
Declaration
public string? Path { get; set; }
Property Value
Type | Description |
---|---|
string |
TagName
Gets the tag name.
Declaration
public string TagName { get; protected set; }
Property Value
Type | Description |
---|---|
string |
UserId
Gets the username.
Declaration
public string? UserId { get; protected set; }
Property Value
Type | Description |
---|---|
string |