Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserGroupDto

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Persistence.Dtos
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class UserGroupDto

    Constructors

    View Source

    UserGroupDto()

    Declaration
    public UserGroupDto()

    Properties

    View Source

    Alias

    Declaration
    public string Alias { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    CreateDate

    Declaration
    public DateTime CreateDate { get; set; }
    Property Value
    Type Description
    DateTime
    View Source

    DefaultPermissions

    Declaration
    public string DefaultPermissions { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    HasAccessToAllLanguages

    Declaration
    public bool HasAccessToAllLanguages { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Icon

    Declaration
    public string Icon { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Id

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    StartContentId

    Declaration
    public int? StartContentId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    View Source

    StartMediaId

    Declaration
    public int? StartMediaId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    View Source

    UpdateDate

    Declaration
    public DateTime UpdateDate { get; set; }
    Property Value
    Type Description
    DateTime
    View Source

    UserCount

    This is only relevant when this column is included in the results (i.e. GetUserGroupsWithUserCounts)

    Declaration
    public int UserCount { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    UserGroup2AppDtos

    Declaration
    public List<UserGroup2AppDto> UserGroup2AppDtos { get; set; }
    Property Value
    Type Description
    List<UserGroup2AppDto>
    View Source

    UserGroup2LanguageDtos

    Declaration
    public List<UserGroup2LanguageDto> UserGroup2LanguageDtos { get; set; }
    Property Value
    Type Description
    List<UserGroup2LanguageDto>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UserGroupDto()
    • Properties
      • Alias
      • CreateDate
      • DefaultPermissions
      • HasAccessToAllLanguages
      • Icon
      • Id
      • Name
      • StartContentId
      • StartMediaId
      • UpdateDate
      • UserCount
      • UserGroup2AppDtos
      • UserGroup2LanguageDtos
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX