Dropbox .NET SDK

Class MediaHubProjectTeamDeleteDetails

Removed member from Replay project.

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

Constructors

View Source

MediaHubProjectTeamDeleteDetails(MediaHubProjectLogInfo, string)

Initializes a new instance of the MediaHubProjectTeamDeleteDetails class.

Declaration
public MediaHubProjectTeamDeleteDetails(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