• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class GuestAdminSignedOutViaTrustedTeamsDetails

Ended trusted team admin session.

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

Constructors

| Improve this Doc View Source

GuestAdminSignedOutViaTrustedTeamsDetails(String, String)

Initializes a new instance of the GuestAdminSignedOutViaTrustedTeamsDetails class.

Declaration
public GuestAdminSignedOutViaTrustedTeamsDetails(string teamName = null, string trustedTeamName = null)
Parameters
Type Name Description
System.String teamName

Host team name.

System.String trustedTeamName

Trusted team name.

Properties

| Improve this Doc View Source

TeamName

Host team name.

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

TrustedTeamName

Trusted team name.

Declaration
public string TrustedTeamName { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GuestAdminSignedOutViaTrustedTeamsDetails(String, String)
  • Properties
    • TeamName
    • TrustedTeamName
Back to top Generated by DocFX