Class MembersSetPermissionsResult
The members set permissions result object
Inheritance
System.Object
MembersSetPermissionsResult
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 MembersSetPermissionsResult
Constructors
| Improve this Doc View SourceMembersSetPermissionsResult(String, AdminTier)
Initializes a new instance of the MembersSetPermissionsResult class.
Declaration
public MembersSetPermissionsResult(string teamMemberId, AdminTier role)
Parameters
Type | Name | Description |
---|---|---|
System.String | teamMemberId | The member ID of the user to which the change was applied. |
AdminTier | role | The role after the change. |
Properties
| Improve this Doc 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 |
---|---|
System.String |