Interface ICmsItemReplacementParameter
Represents a cms item replacement parameter.
Namespace: BiExcellence.OpenBi.Api.Commands.Cms
Assembly: BiExcellence.OpenBi.Api.Cms.dll
Syntax
public interface ICmsItemReplacementParameter
Properties
Description
Gets the description.
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
string |
IsGenericReplacement
Determines whether the parameter is for generic replacements.
Declaration
bool IsGenericReplacement { get; }
Property Value
Type | Description |
---|---|
bool |
Pattern
Gets the pattern.
Declaration
string Pattern { get; }
Property Value
Type | Description |
---|---|
string |
TemplateAttributeName
Gets the template attribute name.
Declaration
string TemplateAttributeName { get; }
Property Value
Type | Description |
---|---|
string |