Class GuestAdminSignedInViaTrustedTeamsDetails
Started trusted team admin session.
Inheritance
System.Object
GuestAdminSignedInViaTrustedTeamsDetails
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 GuestAdminSignedInViaTrustedTeamsDetails
Constructors
| Improve this Doc View SourceGuestAdminSignedInViaTrustedTeamsDetails(String, String)
Initializes a new instance of the GuestAdminSignedInViaTrustedTeamsDetails class.
Declaration
public GuestAdminSignedInViaTrustedTeamsDetails(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 SourceTeamName
Host team name.
Declaration
public string TeamName { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
TrustedTeamName
Trusted team name.
Declaration
public string TrustedTeamName { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |