Dropbox .NET SDK

Class ChangedEnterpriseAdminRoleDetails

Changed enterprise admin role.

Inheritance
object
ChangedEnterpriseAdminRoleDetails
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 ChangedEnterpriseAdminRoleDetails

Constructors

View Source

ChangedEnterpriseAdminRoleDetails(FedAdminRole, FedAdminRole, string)

Declaration
public ChangedEnterpriseAdminRoleDetails(FedAdminRole previousValue, FedAdminRole newValue, string teamName)
Parameters
Type Name Description
FedAdminRole previousValue
FedAdminRole newValue
string teamName

Properties

View Source

NewValue

Declaration
public FedAdminRole NewValue { get; protected set; }
Property Value
Type Description
FedAdminRole
View Source

PreviousValue

Declaration
public FedAdminRole PreviousValue { get; protected set; }
Property Value
Type Description
FedAdminRole
View Source

TeamName

Declaration
public string TeamName { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK