Search Results for

    Show / Hide Table of Contents

    Class DistributionStringBasedRelease

    Inheritance
    System.Object
    DistributionStringBasedRelease
    Namespace: Crowdin.Api.Distributions
    Assembly: Crowdin.Api.dll
    Syntax
    public class DistributionStringBasedRelease : object

    Properties

    | Improve this Doc View Source

    CurrentBranchId

    Declaration
    public int? CurrentBranchId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    CurrentLanguageId

    Declaration
    public string? CurrentLanguageId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.String>
    | Improve this Doc View Source

    Date

    Declaration
    public DateTimeOffset? Date { get; set; }
    Property Value
    Type Description
    System.Nullable<DateTimeOffset>
    | Improve this Doc View Source

    Progress

    Declaration
    public int? Progress { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    Status

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