Class MembersSetPermissionsResult
The members set permissions result object
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class MembersSetPermissionsResult
Constructors
View SourceMembersSetPermissionsResult(string, AdminTier)
Initializes a new instance of the MembersSetPermissionsResult class.
Declaration
public MembersSetPermissionsResult(string teamMemberId, AdminTier role)
Parameters
| Type | Name | Description |
|---|---|---|
| string | teamMemberId | The member ID of the user to which the change was applied. |
| AdminTier | role | The role after the change. |
Properties
View SourceRole
The role after the change.
Declaration
public AdminTier Role { get; protected set; }
Property Value
| Type | Description |
|---|---|
| AdminTier |
TeamMemberId
The member ID of the user to which the change was applied.
Declaration
public string TeamMemberId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |