Class MediaHubProjectTeamDeleteDetails
Removed member from Replay project.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class MediaHubProjectTeamDeleteDetails
Constructors
View SourceMediaHubProjectTeamDeleteDetails(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 SourceInvitee
The email address of the Replay project member targeted by the event.
Declaration
public string Invitee { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Project
Replay project.
Declaration
public MediaHubProjectLogInfo Project { get; protected set; }
Property Value
| Type | Description |
|---|---|
| MediaHubProjectLogInfo |