Class ReplayTeamProjectCreatedDetails
Created a team project in Replay.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ReplayTeamProjectCreatedDetails
Constructors
View SourceReplayTeamProjectCreatedDetails(string)
Initializes a new instance of the ReplayTeamProjectCreatedDetails class.
Declaration
public ReplayTeamProjectCreatedDetails(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Name of the newly created team project. |
Properties
View SourceName
Name of the newly created team project.
Declaration
public string Name { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |