Show / Hide Table of Contents

Class TeamMergeRequestRejectedShownToSecondaryTeamDetails

Rejected a team merge request.

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

Constructors

| Improve this Doc View Source

TeamMergeRequestRejectedShownToSecondaryTeamDetails(String)

Initializes a new instance of the TeamMergeRequestRejectedShownToSecondaryTeamDetails class.

Declaration
public TeamMergeRequestRejectedShownToSecondaryTeamDetails(string sentBy)
Parameters
Type Name Description
System.String sentBy

The name of the secondary team admin who sent the request originally.

Properties

| Improve this Doc View Source

SentBy

The name of the secondary team admin who sent the request originally.

Declaration
public string SentBy { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TeamMergeRequestRejectedShownToSecondaryTeamDetails(String)
  • Properties
    • SentBy
Back to top Generated by DocFX