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 SourceMemberChangeAdminRoleDetails(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 SourceNewValue
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 |
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 |