Interface IRoleContentElementCmsContent
Represents role content element cms content.
Namespace: BiExcellence.OpenBi.Api.Commands.RoleContents
Assembly: BiExcellence.OpenBi.Api.Role.dll
Syntax
public interface IRoleContentElementCmsContent
Properties
Content
Gets or sets the HTML content of the page.
Declaration
string? Content { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Gets or sets the description. Placeholder: .
Declaration
string? Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Keywords
Gets or sets the keywords. Placeholder: .
Declaration
string? Keywords { get; set; }
Property Value
Type | Description |
---|---|
string |
RequiresLogin
Gets or sets whether the page requires an authentificated user.
Declaration
bool RequiresLogin { get; set; }
Property Value
Type | Description |
---|---|
bool |
Title
Gets or sets the page title. Placeholder: .
Declaration
string? Title { get; set; }
Property Value
Type | Description |
---|---|
string |
WithSubpages
Gets or sets whether the page can handle sub pages. E.g. /page, /page/a, /page/b, /page/c/x will all be handled by /page.
Declaration
bool WithSubpages { get; set; }
Property Value
Type | Description |
---|---|
bool |