Show / Hide Table of Contents

Class MemberChangeAdminRoleDetails

Changed team member admin role.

Inheritance
System.Object
MemberChangeAdminRoleDetails
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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class MemberChangeAdminRoleDetails

Constructors

| Improve this Doc View Source

MemberChangeAdminRoleDetails(AdminRole, AdminRole)

Initializes a new instance of the MemberChangeAdminRoleDetails class.

Declaration
public MemberChangeAdminRoleDetails(AdminRole newValue = null, AdminRole previousValue = null)
Parameters
Type Name Description
AdminRole newValue

New admin role. This field is relevant when the admin role is changed or whenthe user role changes from no admin rights to with admin rights.

AdminRole previousValue

Previous admin role. This field is relevant when the admin role is changed or when the admin role is removed.

Properties

| Improve this Doc View Source

NewValue

New admin role. This field is relevant when the admin role is changed or whenthe user role changes from no admin rights to with admin rights.

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

PreviousValue

Previous admin role. This field is relevant when the admin role is changed or when the admin role is removed.

Declaration
public AdminRole PreviousValue { get; protected set; }
Property Value
Type Description
AdminRole
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • MemberChangeAdminRoleDetails(AdminRole, AdminRole)
  • Properties
    • NewValue
    • PreviousValue
Back to top Generated by DocFX