Class RoleContentElement
Represents a role content element.
Inheritance
RoleContentElement
Implements
Inherited Members
- RoleContent.Id
- RoleContent.Extension
- RoleContent.Filename
- RoleContent.IsBinary
- RoleContent.IsFolder
- RoleContent.Name
- RoleContent.Parent
- RoleContent.Type
- RoleContent.Created
- RoleContent.Changed
- RoleContent.Position
- RoleContent.UserId
- RoleContent.Language
- RoleContent.Usergroups
- RoleContent.Languages
- RoleContent.ToString()
Namespace: BiExcellence.OpenBi.Api.Commands.RoleContents
Assembly: BiExcellence.OpenBi.Api.Role.dll
Syntax
public class RoleContentElement : RoleContent, IRoleContentElement, IRoleContent
Constructors
RoleContentElement()
Initializes a new instance of the RoleContentElement class with a new id.
Declaration
public RoleContentElement()
RoleContentElement(string, string)
Initializes a new instance of the RoleContentElement class.
Declaration
public RoleContentElement(string id, string language)
Parameters
Type | Name | Description |
---|---|---|
string | id | The id. |
string | language | The language. |
RoleContentElement(string)
Initializes a new instance of the RoleContentElement class.
Declaration
public RoleContentElement(string id)
Parameters
Type | Name | Description |
---|---|---|
string | id | The id. |
Properties
ContentAscii
Gets or sets the text content.
Declaration
public string? ContentAscii { get; set; }
Property Value
Type | Description |
---|---|
string |
ContentBinary
Gets or sets the binary content.
Declaration
public string? ContentBinary { get; set; }
Property Value
Type | Description |
---|---|
string |