Show / Hide Table of Contents

Class GuestAdminChangeStatusDetails

Changed guest team admin status.

Inheritance
System.Object
GuestAdminChangeStatusDetails
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 GuestAdminChangeStatusDetails

Constructors

| Improve this Doc View Source

GuestAdminChangeStatusDetails(Boolean, TrustedTeamsRequestState, TrustedTeamsRequestState, TrustedTeamsRequestAction, String, String)

Initializes a new instance of the GuestAdminChangeStatusDetails class.

Declaration
public GuestAdminChangeStatusDetails(bool isGuest, TrustedTeamsRequestState previousValue, TrustedTeamsRequestState newValue, TrustedTeamsRequestAction actionDetails, string guestTeamName = null, string hostTeamName = null)
Parameters
Type Name Description
System.Boolean isGuest

True for guest, false for host.

TrustedTeamsRequestState previousValue

Previous request state.

TrustedTeamsRequestState newValue

New request state.

TrustedTeamsRequestAction actionDetails

Action details.

System.String guestTeamName

The name of the guest team.

System.String hostTeamName

The name of the host team.

Properties

| Improve this Doc View Source

ActionDetails

Action details.

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

GuestTeamName

The name of the guest team.

Declaration
public string GuestTeamName { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

HostTeamName

The name of the host team.

Declaration
public string HostTeamName { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

IsGuest

True for guest, false for host.

Declaration
public bool IsGuest { get; protected set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

NewValue

New request state.

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

PreviousValue

Previous request state.

Declaration
public TrustedTeamsRequestState PreviousValue { get; protected set; }
Property Value
Type Description
TrustedTeamsRequestState
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GuestAdminChangeStatusDetails(Boolean, TrustedTeamsRequestState, TrustedTeamsRequestState, TrustedTeamsRequestAction, String, String)
  • Properties
    • ActionDetails
    • GuestTeamName
    • HostTeamName
    • IsGuest
    • NewValue
    • PreviousValue
Back to top Generated by DocFX