View Source
Interface IUserGroup
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
AllowedSections
Declaration
IEnumerable<string> AllowedSections { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|
View Source
Icon
Declaration
string Icon { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Name
Declaration
string Name { get; set; }
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.Collections.Generic.IEnumerable<System.String> |
|
View Source
StartContentId
Declaration
int? StartContentId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
View Source
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
AddAllowedSection(String)
Declaration
void AddAllowedSection(string sectionAlias)
Parameters
Type |
Name |
Description |
System.String |
sectionAlias |
|
View Source
ClearAllowedSections()
Declaration
void ClearAllowedSections()
View Source
RemoveAllowedSection(String)
Declaration
void RemoveAllowedSection(string sectionAlias)
Parameters
Type |
Name |
Description |
System.String |
sectionAlias |
|