Search Results for

    Show / Hide Table of Contents

    Class AddDistributionRequest

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

    Properties

    | Improve this Doc View Source

    BundleIds

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

    ExportMode

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

    FileIds

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

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX