Dropbox .NET SDK

Class BinderRemovePageDetails

Removed Binder page.

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

Constructors

View Source

BinderRemovePageDetails(string, string, string)

Initializes a new instance of the BinderRemovePageDetails class.

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