Interface ICmsItemDefinition
Represents a cms item definition.
Namespace: BiExcellence.OpenBi.Api.Commands.Cms
Assembly: BiExcellence.OpenBi.Api.Cms.dll
Syntax
public interface ICmsItemDefinition
Properties
Attributes
Gets the attributes.
Declaration
IList<ICmsItemAttribute> Attributes { get; }
Property Value
Type | Description |
---|---|
IList<ICmsItemAttribute> |
ReplacementParameters
Gets the replacement parameters.
Declaration
IList<ICmsItemReplacementParameter> ReplacementParameters { get; }
Property Value
Type | Description |
---|---|
IList<ICmsItemReplacementParameter> |
TagName
Gets the tag name.
Declaration
string TagName { get; }
Property Value
Type | Description |
---|---|
string |