Interface IRoleContentElement
Represents a role content element.
Inherited Members
- IRoleContent.Id
- IRoleContent.Extension
- IRoleContent.Filename
- IRoleContent.IsBinary
- IRoleContent.IsFolder
- IRoleContent.Name
- IRoleContent.Parent
- IRoleContent.Type
- IRoleContent.Usergroups
- IRoleContent.Created
- IRoleContent.Changed
- IRoleContent.Position
- IRoleContent.UserId
- IRoleContent.Language
- IRoleContent.Languages
Namespace: BiExcellence.OpenBi.Api.Commands.RoleContents
Assembly: BiExcellence.OpenBi.Api.Role.dll
Syntax
public interface IRoleContentElement : IRoleContent
Properties
ContentAscii
Gets or sets the text content.
Declaration
string? ContentAscii { get; set; }
Property Value
Type | Description |
---|---|
string |
ContentBinary
Gets or sets the binary content.
Declaration
string? ContentBinary { get; set; }
Property Value
Type | Description |
---|---|
string |