Search Results for

    Show / Hide Table of Contents

    Class UploadStringsRequest

    Inheritance
    object
    UploadStringsRequest
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.SourceStrings
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class UploadStringsRequest

    Properties

    | Edit this page View Source

    BranchId

    Declaration
    [JsonProperty("branchId")]
    public long BranchId { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    CleanupMode

    Declaration
    [JsonProperty("cleanupMode")]
    public bool? CleanupMode { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    ImportOptions

    Declaration
    [JsonProperty("importOptions")]
    public SpreadsheetFileImportOptions? ImportOptions { get; set; }
    Property Value
    Type Description
    SpreadsheetFileImportOptions
    | Edit this page View Source

    LabelIds

    Declaration
    [JsonProperty("labelIds")]
    public ICollection<long>? LabelIds { get; set; }
    Property Value
    Type Description
    ICollection<long>
    | Edit this page View Source

    ParserVersion

    Declaration
    [JsonProperty("parserVersion")]
    public int? ParserVersion { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    StorageId

    Declaration
    [JsonProperty("storageId")]
    public long StorageId { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Type

    Declaration
    [JsonProperty("type")]
    public StringBasedProjectFileType? Type { get; set; }
    Property Value
    Type Description
    StringBasedProjectFileType?
    | Edit this page View Source

    UpdateOption

    Declaration
    [JsonProperty("updateOption")]
    public UpdateOption? UpdateOption { get; set; }
    Property Value
    Type Description
    UpdateOption?
    | Edit this page View Source

    UpdateStrings

    Declaration
    [JsonProperty("updateStrings")]
    public bool? UpdateStrings { get; set; }
    Property Value
    Type Description
    bool?
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX