Class ChangedEnterpriseAdminRoleDetails
Changed enterprise admin role.
Inheritance
System.Object
ChangedEnterpriseAdminRoleDetails
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 ChangedEnterpriseAdminRoleDetails
Constructors
| Improve this Doc View SourceChangedEnterpriseAdminRoleDetails(FedAdminRole, FedAdminRole, String)
Declaration
public ChangedEnterpriseAdminRoleDetails(FedAdminRole previousValue, FedAdminRole newValue, string teamName)
Parameters
| Type | Name | Description |
|---|---|---|
| FedAdminRole | previousValue | |
| FedAdminRole | newValue | |
| System.String | teamName |
Properties
| Improve this Doc View SourceNewValue
Declaration
public FedAdminRole NewValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| FedAdminRole |
PreviousValue
Declaration
public FedAdminRole PreviousValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| FedAdminRole |
TeamName
Declaration
public string TeamName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.String |