Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    UserGroupRequirement(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 Source

    QueryStringName

    Gets the query string name from which to authorize values.

    Declaration
    public string QueryStringName { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UserGroupRequirement(String)
    • Properties
      • QueryStringName
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX