Class ShowcaseDocumentLogInfo
Showcase document's logged information.
Inheritance
System.Object
ShowcaseDocumentLogInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ShowcaseDocumentLogInfo
Constructors
| Improve this Doc View SourceShowcaseDocumentLogInfo(String, String)
Initializes a new instance of the ShowcaseDocumentLogInfo class.
Declaration
public ShowcaseDocumentLogInfo(string showcaseId, string showcaseTitle)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | showcaseId | Showcase document Id. |
| System.String | showcaseTitle | Showcase document title. |
Properties
| Improve this Doc View SourceShowcaseId
Showcase document Id.
Declaration
public string ShowcaseId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ShowcaseTitle
Showcase document title.
Declaration
public string ShowcaseTitle { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.String |