Dropbox .NET SDK

Class BinderAddSectionDetails

Added Binder section.

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

Constructors

View Source

BinderAddSectionDetails(string, string, string)

Initializes a new instance of the BinderAddSectionDetails class.

Declaration
public BinderAddSectionDetails(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 Source

BinderItemName

Name of the Binder page/section.

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

DocTitle

Title of the Binder doc.

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

EventUuid

Event unique identifier.

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