Class GuestAdminSignedInViaTrustedTeamsDetails
Started trusted team admin session.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class GuestAdminSignedInViaTrustedTeamsDetails
Constructors
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 |
|---|---|---|
| string | teamName | Host team name. |
| string | trustedTeamName | Trusted team name. |
Properties
View SourceTeamName
Host team name.
Declaration
public string TeamName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
TrustedTeamName
Trusted team name.
Declaration
public string TrustedTeamName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |