Show / Hide Table of Contents

Class MembersSetPermissionsArg

Exactly one of team_member_id, email, or external_id must be provided to identify the user account.

Inheritance
System.Object
MembersSetPermissionsArg
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 MembersSetPermissionsArg

Constructors

| Improve this Doc View Source

MembersSetPermissionsArg(UserSelectorArg, AdminTier)

Initializes a new instance of the MembersSetPermissionsArg class.

Declaration
public MembersSetPermissionsArg(UserSelectorArg user, AdminTier newRole)
Parameters
Type Name Description
UserSelectorArg user

Identity of user whose role will be set.

AdminTier newRole

The new role of the member.

Properties

| Improve this Doc View Source

NewRole

The new role of the member.

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

User

Identity of user whose role will be set.

Declaration
public UserSelectorArg User { get; protected set; }
Property Value
Type Description
UserSelectorArg
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • MembersSetPermissionsArg(UserSelectorArg, AdminTier)
  • Properties
    • NewRole
    • User
Back to top Generated by DocFX