Class BinderRenamePageDetails
Renamed Binder page.
Inheritance
System.Object
    BinderRenamePageDetails
  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 BinderRenamePageDetails
  Constructors
| Improve this Doc View SourceBinderRenamePageDetails(String, String, String, String)
Initializes a new instance of the BinderRenamePageDetails class.
Declaration
public BinderRenamePageDetails(string eventUuid, string docTitle, string binderItemName, string previousBinderItemName = null)
  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.  | 
      
| System.String | previousBinderItemName | Previous name of the Binder page/section.  | 
      
Properties
| Improve this Doc View SourceBinderItemName
Name of the Binder page/section.
Declaration
public string BinderItemName { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
DocTitle
Title of the Binder doc.
Declaration
public string DocTitle { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
EventUuid
Event unique identifier.
Declaration
public string EventUuid { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
PreviousBinderItemName
Previous name of the Binder page/section.
Declaration
public string PreviousBinderItemName { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |