Show / Hide Table of Contents

Class TeamMergeRequestSentShownToSecondaryTeamDetails

Requested to merge your team into another Dropbox team.

Inheritance
System.Object
TeamMergeRequestSentShownToSecondaryTeamDetails
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 TeamMergeRequestSentShownToSecondaryTeamDetails

Constructors

| Improve this Doc View Source

TeamMergeRequestSentShownToSecondaryTeamDetails(String)

Initializes a new instance of the TeamMergeRequestSentShownToSecondaryTeamDetails class.

Declaration
public TeamMergeRequestSentShownToSecondaryTeamDetails(string sentTo)
Parameters
Type Name Description
System.String sentTo

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

Properties

| Improve this Doc 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
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TeamMergeRequestSentShownToSecondaryTeamDetails(String)
  • Properties
    • SentTo
Back to top Generated by DocFX