View Source
Interface IReadOnlyUserGroup
A readonly user group providing basic information
Assembly: Umbraco.Core.dll
Syntax
public interface IReadOnlyUserGroup
Properties
View Source
Alias
Declaration
Property Value
Type |
Description |
System.String |
|
View Source
AllowedLanguages
Declaration
virtual IEnumerable<int> AllowedLanguages { get; }
Property Value
Type |
Description |
IEnumerable<System.Int32> |
|
View Source
AllowedSections
Declaration
IEnumerable<string> AllowedSections { get; }
Property Value
Type |
Description |
IEnumerable<System.String> |
|
View Source
HasAccessToAllLanguages
Declaration
virtual bool HasAccessToAllLanguages { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Icon
Declaration
Property Value
Type |
Description |
System.String |
|
View Source
Id
Declaration
Property Value
Type |
Description |
System.Int32 |
|
View Source
Name
Declaration
Property Value
Type |
Description |
System.String |
|
View Source
Permissions
The set of default permissions
Declaration
IEnumerable<string>? Permissions { get; set; }
Property Value
Type |
Description |
System.Nullable<IEnumerable<System.String>> |
|
View Source
StartContentId
Declaration
int? StartContentId { get; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
View Source
Declaration
int? StartMediaId { get; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Methods
View Source
HasAccessToLanguage(Int32)
Declaration
virtual bool HasAccessToLanguage(int languageId)
Parameters
Type |
Name |
Description |
System.Int32 |
languageId |
|
Returns
Type |
Description |
System.Boolean |
|