Interface ICmsItemAttribute
Represents a cms item attribute.
Namespace: BiExcellence.OpenBi.Api.Commands.Cms
Assembly: BiExcellence.OpenBi.Api.Cms.dll
Syntax
public interface ICmsItemAttribute
Properties
Category
Gets the category.
Declaration
string Category { get; }
Property Value
Type | Description |
---|---|
string |
Default
Gets the default value.
Declaration
string Default { get; }
Property Value
Type | Description |
---|---|
string |
Description
Gets the description.
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
string |
IsMultiple
Determines whether multiple values are allowed.
Declaration
bool IsMultiple { get; }
Property Value
Type | Description |
---|---|
bool |