Show / Hide Table of Contents

Class PaperDocChangeSubscriptionDetails

Followed/unfollowed Paper doc.

Inheritance
System.Object
PaperDocChangeSubscriptionDetails
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 PaperDocChangeSubscriptionDetails

Constructors

| Improve this Doc View Source

PaperDocChangeSubscriptionDetails(String, String, String)

Initializes a new instance of the PaperDocChangeSubscriptionDetails class.

Declaration
public PaperDocChangeSubscriptionDetails(string eventUuid, string newSubscriptionLevel, string previousSubscriptionLevel = null)
Parameters
Type Name Description
System.String eventUuid

Event unique identifier.

System.String newSubscriptionLevel

New doc subscription level.

System.String previousSubscriptionLevel

Previous doc subscription level. Might be missing due to historical data gap.

Properties

| 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

NewSubscriptionLevel

New doc subscription level.

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

PreviousSubscriptionLevel

Previous doc subscription level. Might be missing due to historical data gap.

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