Search Results for

    Show / Hide Table of Contents

    Class UploadStringsRequest

    Inheritance
    System.Object
    UploadStringsRequest
    Namespace: Crowdin.Api.SourceStrings
    Assembly: Crowdin.Api.dll
    Syntax
    public class UploadStringsRequest : object

    Properties

    | Improve this Doc View Source

    BranchId

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

    CleanupMode

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

    ImportOptions

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

    LabelIds

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

    ParserVersion

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

    StorageId

    Declaration
    public long StorageId { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    Type

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

    UpdateOption

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

    UpdateStrings

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