Class ShowcaseDocumentLogInfo
Showcase document's logged information.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ShowcaseDocumentLogInfo
Constructors
View SourceShowcaseDocumentLogInfo(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 SourceShowcaseId
Showcase document Id.
Declaration
public string ShowcaseId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
ShowcaseTitle
Showcase document title.
Declaration
public string ShowcaseTitle { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |