Dropbox .NET SDK

Class MemberChangeAdminRoleDetails

Changed team member admin role.

Inheritance
object
MemberChangeAdminRoleDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class MemberChangeAdminRoleDetails

Constructors

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

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
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
  • View Source
In this article
Back to top Dropbox .NET SDK