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 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 |
---|---|---|
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 SourceDescription
Role description. Describes which permissions come with this role.
Declaration
public string Description { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
Name
The role display name.
Declaration
public string Name { get; protected set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |