Search Results for

    Show / Hide Table of Contents
    View Source

    Class ConsentDto

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Persistence.Dtos
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class ConsentDto

    Properties

    View Source

    Action

    Declaration
    public string Action { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Comment

    Declaration
    public string Comment { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Context

    Declaration
    public string Context { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    CreateDate

    Declaration
    public DateTime CreateDate { get; set; }
    Property Value
    Type Description
    DateTime
    View Source

    Current

    Declaration
    public bool Current { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Id

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    Source

    Declaration
    public string Source { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    State

    Declaration
    public int State { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Action
      • Comment
      • Context
      • CreateDate
      • Current
      • Id
      • Source
      • State
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX