Dropbox .NET SDK

Class BinderReorderPageDetails

Reordered Binder page.

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

Constructors

View Source

BinderReorderPageDetails(string, string, string)

Initializes a new instance of the BinderReorderPageDetails class.

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