Search Results for

    Show / Hide Table of Contents

    Class TeamsListParams

    Inheritance
    object
    TeamsListParams
    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.Teams
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class TeamsListParams : IQueryParamsProvider

    Properties

    | Edit this page View Source

    GroupIds

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

    LanguageIds

    Declaration
    public IEnumerable<string>? LanguageIds { get; set; }
    Property Value
    Type Description
    IEnumerable<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

    ProjectIds

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

    ProjectRoles

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

    Search

    Declaration
    public string? Search { get; set; }
    Property Value
    Type Description
    string

    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