Dropbox .NET SDK

Class BinderReorderSectionDetails

Reordered Binder section.

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

Constructors

View Source

BinderReorderSectionDetails(string, string, string)

Initializes a new instance of the BinderReorderSectionDetails class.

Declaration
public BinderReorderSectionDetails(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