Show / Hide Table of Contents

Class BinderRemovePageDetails

Removed Binder page.

Inheritance
System.Object
BinderRemovePageDetails
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class BinderRemovePageDetails

Constructors

| Improve this Doc 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
System.String eventUuid

Event unique identifier.

System.String docTitle

Title of the Binder doc.

System.String binderItemName

Name of the Binder page/section.

Properties

| Improve this Doc View Source

BinderItemName

Name of the Binder page/section.

Declaration
public string BinderItemName { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

DocTitle

Title of the Binder doc.

Declaration
public string DocTitle { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

EventUuid

Event unique identifier.

Declaration
public string EventUuid { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • BinderRemovePageDetails(String, String, String)
  • Properties
    • BinderItemName
    • DocTitle
    • EventUuid
Back to top Generated by DocFX