Show / Hide Table of Contents

Class TeamMemberRole

A role which can be attached to a team member. This replaces AdminTier; each AdminTier corresponds to a new TeamMemberRole with a matching name.

Inheritance
System.Object
TeamMemberRole
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class TeamMemberRole

Constructors

| Improve this Doc View Source

TeamMemberRole(String, String, String)

Initializes a new instance of the TeamMemberRole class.

Declaration
public TeamMemberRole(string roleId, string name, string description)
Parameters
Type Name Description
System.String roleId

A string containing encoded role ID. For roles defined by Dropbox, this is the same across all teams.

System.String name

The role display name.

System.String description

Role description. Describes which permissions come with this role.

Properties

| Improve this Doc View Source

Description

Role description. Describes which permissions come with this role.

Declaration
public string Description { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

The role display name.

Declaration
public string Name { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

RoleId

A string containing encoded role ID. For roles defined by Dropbox, this is the same across all teams.

Declaration
public string RoleId { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TeamMemberRole(String, String, String)
  • Properties
    • Description
    • Name
    • RoleId
Back to top Generated by DocFX