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