Search Results for

    Show / Hide Table of Contents

    Class RevisionResource

    Inheritance
    System.Object
    RevisionResource
    Namespace: Crowdin.Api.SourceFiles
    Assembly: Crowdin.Api.dll
    Syntax
    public class RevisionResource : object

    Properties

    | Improve this Doc View Source

    Date

    Declaration
    public DateTimeOffset Date { get; set; }
    Property Value
    Type Description
    DateTimeOffset
    | Improve this Doc View Source

    FileId

    Declaration
    public int FileId { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Id

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

    Info

    Declaration
    public RevisionResource.InfoContainer Info { get; set; }
    Property Value
    Type Description
    RevisionResource.InfoContainer
    | Improve this Doc View Source

    ProjectId

    Declaration
    public int ProjectId { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    RestoreToRevision

    Declaration
    public int? RestoreToRevision { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX