Search Results for

    Show / Hide Table of Contents

    Class ProjectTeamResource

    Inheritance
    System.Object
    ProjectTeamResource
    Namespace: Crowdin.Api.Teams
    Assembly: Crowdin.Api.dll
    Syntax
    public class ProjectTeamResource : object

    Properties

    | Improve this Doc View Source

    HasAccessToAllWorkflowSteps

    Declaration
    public bool HasAccessToAllWorkflowSteps { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    HasManagerAccess

    Declaration
    public bool HasManagerAccess { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Id

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

    Permissions

    Declaration
    public IDictionary<string, LanguagePermission> Permissions { get; set; }
    Property Value
    Type Description
    IDictionary<System.String, LanguagePermission>
    | Improve this Doc View Source

    Roles

    Declaration
    public ICollection<TranslatorRole> Roles { get; set; }
    Property Value
    Type Description
    ICollection<TranslatorRole>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX