Search Results for

    Show / Hide Table of Contents

    Class FileCollectionResource

    Inheritance
    System.Object
    FileResourceBase
    FileInfoCollectionResource
    FileCollectionResource
    Inherited Members
    FileInfoCollectionResource.Id
    FileInfoCollectionResource.ProjectId
    FileInfoCollectionResource.BranchId
    FileInfoCollectionResource.DirectoryId
    FileInfoCollectionResource.Name
    FileInfoCollectionResource.Title
    FileInfoCollectionResource.Type
    FileInfoCollectionResource.Path
    FileInfoCollectionResource.Status
    Namespace: Crowdin.Api.SourceFiles
    Assembly: Crowdin.Api.dll
    Syntax
    public class FileCollectionResource : FileInfoCollectionResource

    Properties

    | Improve this Doc View Source

    CreatedAt

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

    ExcludedTargetLanguages

    Declaration
    public string[] ExcludedTargetLanguages { get; set; }
    Property Value
    Type Description
    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

    Priority

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

    RevisionId

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

    UpdatedAt

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