Search Results for

    Show / Hide Table of Contents

    Class ReplaceFileRequest

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

    Properties

    | Edit this page View Source

    AttachLabelIds

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

    DetachLabelIds

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

    ExportOptions

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

    ImportOptions

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

    StorageId

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

    UpdateOption

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