Search Results for

    Show / Hide Table of Contents
    View Source

    Class UsersToUserGroupManipulationModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class UsersToUserGroupManipulationModel

    Constructors

    View Source

    UsersToUserGroupManipulationModel(Guid, Guid[])

    Declaration
    public UsersToUserGroupManipulationModel(Guid userGroupKey, Guid[] userKeys)
    Parameters
    Type Name Description
    Guid userGroupKey
    Guid[] userKeys

    Properties

    View Source

    UserGroupKey

    Declaration
    public Guid UserGroupKey { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    UserKeys

    Declaration
    public Guid[] UserKeys { get; set; }
    Property Value
    Type Description
    Guid[]
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UsersToUserGroupManipulationModel(Guid, Guid[])
    • Properties
      • UserGroupKey
      • UserKeys
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX