Dropbox .NET SDK

Class ReplayTeamProjectCreatedDetails

Created a team project in Replay.

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

Constructors

View Source

ReplayTeamProjectCreatedDetails(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 Source

Name

Name of the newly created team project.

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