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