Interface ICmsItem
Represents a cms item.
Namespace: BiExcellence.OpenBi.Api.Commands.Cms
Assembly: BiExcellence.OpenBi.Api.Cms.dll
Syntax
public interface ICmsItem
Properties
Category
Gets the category.
Declaration
string Category { get; }
Property Value
Type | Description |
---|---|
string |
Description
Gets the description.
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
string |
TagName
Gets the tag name.
Declaration
string TagName { get; }
Property Value
Type | Description |
---|---|
string |