Dropbox .NET SDK

Class GuestAdminSignedInViaTrustedTeamsDetails

Started trusted team admin session.

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

Constructors

View Source

GuestAdminSignedInViaTrustedTeamsDetails(string, string)

Initializes a new instance of the GuestAdminSignedInViaTrustedTeamsDetails class.

Declaration
public GuestAdminSignedInViaTrustedTeamsDetails(string teamName = null, string trustedTeamName = null)
Parameters
Type Name Description
string teamName

Host team name.

string trustedTeamName

Trusted team name.

Properties

View Source

TeamName

Host team name.

Declaration
public string TeamName { get; protected set; }
Property Value
Type Description
string
View Source

TrustedTeamName

Trusted team name.

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