Dropbox .NET SDK

Class MediaHubProjectLogInfo

Replay project

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

Constructors

View Source

MediaHubProjectLogInfo(string, string)

Initializes a new instance of the MediaHubProjectLogInfo class.

Declaration
public MediaHubProjectLogInfo(string projectName, string projectId = null)
Parameters
Type Name Description
string projectName

Replay project name.

string projectId

Replay project ID.

Properties

View Source

ProjectId

Replay project ID.

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

ProjectName

Replay project name.

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