public interface IUserGroup : IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty
Properties View Source Alias Declaration
string Alias { get; set; }
Property Value Type Description System.String View Source AllowedLanguages Declaration
virtual IEnumerable<int> AllowedLanguages { get; }
Property Value Type Description System.Collections.IEnumerable<System.Int32> View Source AllowedSections Declaration
IEnumerable<string> AllowedSections { get; }
Property Value Type Description System.Collections.IEnumerable<System.String> View Source GranularPermissions Declaration
ISet<IGranularPermission> GranularPermissions { get; set; }
Property Value View Source HasAccessToAllLanguages
If this property is true it will give the group access to all languages
Declarationvirtual bool HasAccessToAllLanguages { get; set; }
Property Value Type Description System.Boolean View Source Icon
The icon
Declarationstring Icon { get; set; }
Property Value Type Description System.String View Source Name
The name
Declarationstring Name { get; set; }
Property Value Type Description System.String View Source Permissions
The set of permissions provided by the frontend.
DeclarationISet<string> Permissions { get; set; }
Property Value Type Description ISet<System.String> View Source StartContentId Declaration
int? StartContentId { get; set; }
Property Value Type Description System.Nullable<System.Int32> View Source StartMediaId Declaration
int? StartMediaId { get; set; }
Property Value Type Description System.Nullable<System.Int32> View Source UserCount
Specifies the number of users assigned to this group
Declaration Property Value Type Description System.Int32 Methods View Source AddAllowedLanguage(Int32) Declarationvirtual void AddAllowedLanguage(int languageId)
Parameters Type Name Description System.Int32 languageId View Source AddAllowedSection(String) Declaration
void AddAllowedSection(string sectionAlias)
Parameters Type Name Description System.String sectionAlias View Source ClearAllowedLanguages() Declaration
virtual void ClearAllowedLanguages()
View Source ClearAllowedSections() Declaration
void ClearAllowedSections()
View Source RemoveAllowedLanguage(Int32) Declaration
virtual void RemoveAllowedLanguage(int languageId)
Parameters Type Name Description System.Int32 languageId View Source RemoveAllowedSection(String) Declaration
void RemoveAllowedSection(string sectionAlias)
Parameters Type Name Description System.String sectionAlias
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4