Dropbox .NET SDK

Class ShowcaseDocumentLogInfo

Showcase document's logged information.

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

Constructors

View Source

ShowcaseDocumentLogInfo(string, string)

Initializes a new instance of the ShowcaseDocumentLogInfo class.

Declaration
public ShowcaseDocumentLogInfo(string showcaseId, string showcaseTitle)
Parameters
Type Name Description
string showcaseId

Showcase document Id.

string showcaseTitle

Showcase document title.

Properties

View Source

ShowcaseId

Showcase document Id.

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

ShowcaseTitle

Showcase document title.

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