Dropbox .NET SDK

Class PaperDocChangeSubscriptionDetails

Followed/unfollowed Paper doc.

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

Constructors

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
string eventUuid

Event unique identifier.

string newSubscriptionLevel

New doc subscription level.

string previousSubscriptionLevel

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

Properties

View Source

EventUuid

Event unique identifier.

Declaration
public string EventUuid { get; protected set; }
Property Value
Type Description
string
View Source

NewSubscriptionLevel

New doc subscription level.

Declaration
public string NewSubscriptionLevel { get; protected set; }
Property Value
Type Description
string
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
string
  • View Source
In this article
Back to top Dropbox .NET SDK