Search Results for

    Show / Hide Table of Contents

    Class FilesListParams

    Inheritance
    object
    FilesListParams
    Implements
    IQueryParamsProvider
    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 FilesListParams : IQueryParamsProvider

    Constructors

    | Edit this page View Source

    FilesListParams()

    Declaration
    public FilesListParams()
    | Edit this page View Source

    FilesListParams(long?, long?, string?, object?, int, int, IEnumerable<SortingRule>?)

    Declaration
    public FilesListParams(long? branchId, long? directoryId, string? filter, object? recursion, int limit, int offset, IEnumerable<SortingRule>? orderBy = null)
    Parameters
    Type Name Description
    long? branchId
    long? directoryId
    string filter
    object recursion
    int limit
    int offset
    IEnumerable<SortingRule> orderBy

    Properties

    | Edit this page View Source

    BranchId

    Declaration
    public long? BranchId { get; set; }
    Property Value
    Type Description
    long?
    | Edit this page View Source

    DirectoryId

    Declaration
    public long? DirectoryId { get; set; }
    Property Value
    Type Description
    long?
    | Edit this page View Source

    Filter

    Declaration
    public string? Filter { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Limit

    Declaration
    public int Limit { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Offset

    Declaration
    public int Offset { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    OrderBy

    Declaration
    public IEnumerable<SortingRule>? OrderBy { get; set; }
    Property Value
    Type Description
    IEnumerable<SortingRule>
    | Edit this page View Source

    Recursion

    Declaration
    public object? Recursion { get; set; }
    Property Value
    Type Description
    object

    Methods

    | Edit this page View Source

    ToQueryParams()

    Declaration
    public IDictionary<string, string> ToQueryParams()
    Returns
    Type Description
    IDictionary<string, string>

    Implements

    IQueryParamsProvider
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX