Class User2UserGroupDto
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.Persistence.Dtos
Assembly: Umbraco.Infrastructure.dll
Syntax
public class User2UserGroupDto
Properties
View SourceUserGroupId
Declaration
public int UserGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UserId
Declaration
public int UserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |