View Source
Class UserGroupDto
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class UserGroupDto
Constructors
View Source
UserGroupDto()
Declaration
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
Key
Declaration
public Guid Key { get; set; }
Property Value
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
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
View Source
UserGroup2GranularPermissionDtos
Declaration
public List<UserGroup2GranularPermissionDto> UserGroup2GranularPermissionDtos { get; set; }
Property Value
View Source
UserGroup2LanguageDtos
Declaration
public List<UserGroup2LanguageDto> UserGroup2LanguageDtos { get; set; }
Property Value
View Source
UserGroup2PermissionDtos
Declaration
public List<UserGroup2PermissionDto> UserGroup2PermissionDtos { get; set; }
Property Value