Class GroupDefinition
The Group
Inheritance
System.Object
GroupDefinition
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class GroupDefinition : Object
Constructors
GroupDefinition(String, String, AccessLevel, Int32)
Create a instance of Group
Declaration
public GroupDefinition(string name, string displayName, AccessLevel requiredAccess, int order)
Parameters
Type | Name | Description |
---|---|---|
System. |
name | The name of group |
System. |
displayName | The display name of group |
Access |
requiredAccess | The required access |
System. |
order | The order of group usually used for sorting |
Properties
DisplayName
The displayName of the group
Declaration
public string DisplayName { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
Name
The name of the group
Declaration
public string Name { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
Order
The order of the group
Declaration
public int Order { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
RequiredAccess
The required accessLevel of the group
Declaration
public AccessLevel RequiredAccess { get; protected set; }
Property Value
Type | Description |
---|---|
Access |