Class UserGroupRequirement
Authorization requirement for the UserGroupHandler
Inheritance
System.Object
Namespace: Umbraco.Cms.Web.BackOffice.Authorization
Assembly: Umbraco.Web.BackOffice.dll
Syntax
public class UserGroupRequirement : IAuthorizationRequirement
Constructors
View SourceUserGroupRequirement(String)
Initializes a new instance of the UserGroupRequirement class.
Declaration
public UserGroupRequirement(string queryStringName = "id")
Parameters
Type | Name | Description |
---|---|---|
System.String | queryStringName | Query string name from which to authorize values. |
Properties
View SourceQueryStringName
Gets the query string name from which to authorize values.
Declaration
public string QueryStringName { get; }
Property Value
Type | Description |
---|---|
System.String |