Class UserGroup2PermissionDto
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.Persistence.Dtos
Assembly: Umbraco.Infrastructure.dll
Syntax
public class UserGroup2PermissionDto
Properties
View SourceId
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UserGroupKey
Declaration
public Guid UserGroupKey { get; set; }
Property Value
Type | Description |
---|---|
Guid |