Class BinderRemoveSectionDetails
Removed Binder section.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class BinderRemoveSectionDetails
Constructors
View SourceBinderRemoveSectionDetails(string, string, string)
Initializes a new instance of the BinderRemoveSectionDetails class.
Declaration
public BinderRemoveSectionDetails(string eventUuid, string docTitle, string binderItemName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | eventUuid | Event unique identifier. |
| string | docTitle | Title of the Binder doc. |
| string | binderItemName | Name of the Binder page/section. |
Properties
View SourceBinderItemName
Name of the Binder page/section.
Declaration
public string BinderItemName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
DocTitle
Title of the Binder doc.
Declaration
public string DocTitle { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
EventUuid
Event unique identifier.
Declaration
public string EventUuid { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |