Dropbox .NET SDK

Class TeamMergeRequestSentShownToSecondaryTeamDetails

Requested to merge your team into another Dropbox team.

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

Constructors

View Source

TeamMergeRequestSentShownToSecondaryTeamDetails(string)

Initializes a new instance of the TeamMergeRequestSentShownToSecondaryTeamDetails class.

Declaration
public TeamMergeRequestSentShownToSecondaryTeamDetails(string sentTo)
Parameters
Type Name Description
string sentTo

The email of the primary team admin the request was sent to.

Properties

View Source

SentTo

The email of the primary team admin the request was sent to.

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