Dropbox .NET SDK

Class BinderRenameSectionDetails

Renamed Binder section.

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

Constructors

View Source

BinderRenameSectionDetails(string, string, string, string)

Initializes a new instance of the BinderRenameSectionDetails class.

Declaration
public BinderRenameSectionDetails(string eventUuid, string docTitle, string binderItemName, string previousBinderItemName = null)
Parameters
Type Name Description
string eventUuid

Event unique identifier.

string docTitle

Title of the Binder doc.

string binderItemName

Name of the Binder page/section.

string previousBinderItemName

Previous 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

PreviousBinderItemName

Previous name of the Binder page/section.

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