View Source
  Class UsersToUserGroupManipulationModel
  
  
  
  
    Inheritance
      System.Object
      
   
  
  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
  
  
    View Source
  
  UserKeys
  
  
  Declaration
  
    public Guid[] UserKeys { get; set; }
   
  Property Value