Search Results for

    Show / Hide Table of Contents

    Class AddFileRequest

    Inheritance
    System.Object
    AddFileRequest
    Namespace: Crowdin.Api.SourceFiles
    Assembly: Crowdin.Api.dll
    Syntax
    public class AddFileRequest : object

    Properties

    | Improve this Doc View Source

    AttachLabelIds

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

    BranchId

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

    Context

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

    DirectoryId

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

    ExcludedTargetLanguages

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

    ExportOptions

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

    ImportOptions

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

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    StorageId

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

    Title

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

    Type

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