Search Results for

    Show / Hide Table of Contents

    Class UserAuditDetail

    Audit information

    Inheritance
    System.Object
    UserAuditDetail
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    public class UserAuditDetail

    Properties

    CreatedByUser

    ID of the user who created the document.

    Declaration
    public User CreatedByUser { get; set; }
    Property Value
    User

    CreationDate

    The date on which the document was created.

    Declaration
    public DateTime CreationDate { get; set; }
    Property Value
    System.DateTime

    ModificationDate

    The last date on which the document was modified.

    Declaration
    public DateTime ModificationDate { get; set; }
    Property Value
    System.DateTime

    ModifiedByUser

    ID of the last user who modified the document.

    Declaration
    public User ModifiedByUser { get; set; }
    Property Value
    User

    Methods

    FromJson(String)

    Declaration
    public static UserAuditDetail FromJson(string data)
    Parameters
    System.String data

    Returns
    UserAuditDetail

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX