• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

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 Source

MembersSetPermissionsResult(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 Source

Role

The role after the change.

Declaration
public AdminTier Role { get; protected set; }
Property Value
Type Description
AdminTier
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • MembersSetPermissionsResult(String, AdminTier)
  • Properties
    • Role
    • TeamMemberId
Back to top Generated by DocFX