Search Results for

    Show / Hide Table of Contents

    Class AddProjectMemberRequest

    Inheritance
    object
    AddProjectMemberRequest
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.Users
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class AddProjectMemberRequest

    Properties

    | Edit this page View Source

    AccessToAllWorkflowSteps

    Declaration
    [JsonProperty("accessToAllWorkflowSteps")]
    [Obsolete("This property is deprecated, please avoid using it")]
    public bool? AccessToAllWorkflowSteps { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    ManagerAccess

    Declaration
    [JsonProperty("managerAccess")]
    public bool? ManagerAccess { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Permissions

    Declaration
    [JsonProperty("permissions")]
    [Obsolete("This property is deprecated, please avoid using it")]
    public IDictionary<string, LanguagePermission>? Permissions { get; set; }
    Property Value
    Type Description
    IDictionary<string, LanguagePermission>
    | Edit this page View Source

    Roles

    Declaration
    [JsonProperty("roles")]
    public ICollection<TranslatorRole>? Roles { get; set; }
    Property Value
    Type Description
    ICollection<TranslatorRole>
    | Edit this page View Source

    UserIds

    Declaration
    [JsonProperty("userIds")]
    public ICollection<long> UserIds { get; set; }
    Property Value
    Type Description
    ICollection<long>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX