Class NonTrustedTeamDetails
The email to which the request was sent
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class NonTrustedTeamDetails
Constructors
View SourceNonTrustedTeamDetails(string)
Initializes a new instance of the NonTrustedTeamDetails class.
Declaration
public NonTrustedTeamDetails(string team)
Parameters
| Type | Name | Description |
|---|---|---|
| string | team | The email to which the request was sent. |
Properties
View SourceTeam
The email to which the request was sent.
Declaration
public string Team { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |