Interface ICmsItemTemplate
Represents a cms item template.
Namespace: BiExcellence.OpenBi.Api.Commands.Cms
Assembly: BiExcellence.OpenBi.Api.Cms.dll
Syntax
public interface ICmsItemTemplate
Properties
AttributeName
Gets the attribute name.
Declaration
string AttributeName { get; }
Property Value
Type | Description |
---|---|
string |
Changed
Gets the changed date.
Declaration
DateTimeOffset Changed { get; }
Property Value
Type | Description |
---|---|
DateTimeOffset |
Content
Gets or sets the content.
Declaration
string? Content { get; set; }
Property Value
Type | Description |
---|---|
string |
Created
Gets the created date.
Declaration
DateTimeOffset Created { get; }
Property Value
Type | Description |
---|---|
DateTimeOffset |
Language
Gets the language.
Declaration
string Language { get; }
Property Value
Type | Description |
---|---|
string |
Path
Gets or sets the path.
Declaration
string? Path { get; set; }
Property Value
Type | Description |
---|---|
string |
TagName
Gets the tag name.
Declaration
string TagName { get; }
Property Value
Type | Description |
---|---|
string |
UserId
Gets the username.
Declaration
string? UserId { get; }
Property Value
Type | Description |
---|---|
string |