A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://apidocs.umbraco.com/v15/csharp/api/Umbraco.Cms.Core.Models.Membership.IUserGroup.html below:

View Source Interface IUserGroup Namespace: Umbraco.Cms.Core.Models.Membership Assembly: Umbraco.Core.dll Syntax
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

Declaration
virtual bool HasAccessToAllLanguages { get; set; }
Property Value Type Description System.Boolean View Source Icon

The icon

Declaration
string Icon { get; set; }
Property Value Type Description System.String View Source Name

The name

Declaration
string Name { get; set; }
Property Value Type Description System.String View Source Permissions

The set of permissions provided by the frontend.

Declaration
ISet<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) Declaration
virtual 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