Dropbox .NET SDK

Class MediaHubProjectTeamAddDetails

Added member to Replay project.

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

Constructors

View Source

MediaHubProjectTeamAddDetails(MediaHubProjectLogInfo, string)

Initializes a new instance of the MediaHubProjectTeamAddDetails class.

Declaration
public MediaHubProjectTeamAddDetails(MediaHubProjectLogInfo project = null, string invitee = null)
Parameters
Type Name Description
MediaHubProjectLogInfo project

Replay project.

string invitee

The email address of the Replay project member targeted by the event.

Properties

View Source

Invitee

The email address of the Replay project member targeted by the event.

Declaration
public string Invitee { get; protected set; }
Property Value
Type Description
string
View Source

Project

Replay project.

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