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.
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class TeamMemberRole
Constructors
View SourceTeamMemberRole(string, string, string)
Initializes a new instance of the TeamMemberRole class.
Declaration
public TeamMemberRole(string roleId, string name, string description)
Parameters
| Type | Name | Description |
|---|---|---|
| string | roleId | A string containing encoded role ID. For roles defined by Dropbox, this is the same across all teams. |
| string | name | The role display name. |
| string | description | Role description. Describes which permissions come with this role. |
Properties
View SourceDescription
Role description. Describes which permissions come with this role.
Declaration
public string Description { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
The role display name.
Declaration
public string Name { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
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 |
|---|---|
| string |