Interface IRoleContent
Represents a role content.
Namespace: BiExcellence.OpenBi.Api.Commands.RoleContents
Assembly: BiExcellence.OpenBi.Api.Role.dll
Syntax
public interface IRoleContent
Properties
Changed
Gets the changed date.
Declaration
DateTimeOffset Changed { get; }
Property Value
Type | Description |
---|---|
DateTimeOffset |
Created
Gets the created date.
Declaration
DateTimeOffset Created { get; }
Property Value
Type | Description |
---|---|
DateTimeOffset |
Extension
Gets or sets the extension
Declaration
string? Extension { get; set; }
Property Value
Type | Description |
---|---|
string |
Filename
Gets or sets the filename.
Declaration
string? Filename { get; set; }
Property Value
Type | Description |
---|---|
string |
IsBinary
Gets or sets whether the role content is binary.
Declaration
bool IsBinary { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsFolder
Gets or sets whether the role content is a folder.
Declaration
bool IsFolder { get; set; }
Property Value
Type | Description |
---|---|
bool |
Remarks
Language
Gets or sets the language.
Declaration
string? Language { get; }
Property Value
Type | Description |
---|---|
string |
Languages
Gets availabe languages.
Declaration
IList<string> Languages { get; }
Property Value
Type | Description |
---|---|
IList<string> |
Name
Gets or sets the name.
Declaration
string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
Gets or sets the parent role content id.
Declaration
string? Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
Position
Gets or sets the position.
Declaration
int Position { get; set; }
Property Value
Type | Description |
---|---|
int |
Type
Gets or sets the role content type.
Declaration
int Type { get; set; }
Property Value
Type | Description |
---|---|
int |
Remarks
See ContentTypes for a list of known types.
Usergroups
Gets the assigned usergroups.
Declaration
IList<string> Usergroups { get; }
Property Value
Type | Description |
---|---|
IList<string> |
UserId
Gets or sets the user (username).
Declaration
string? UserId { get; }
Property Value
Type | Description |
---|---|
string |