Dropbox .NET SDK

Class PaperFolderChangeSubscriptionDetails

Followed/unfollowed Paper folder.

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

Constructors

View Source

PaperFolderChangeSubscriptionDetails(string, string, string)

Initializes a new instance of the PaperFolderChangeSubscriptionDetails class.

Declaration
public PaperFolderChangeSubscriptionDetails(string eventUuid, string newSubscriptionLevel, string previousSubscriptionLevel = null)
Parameters
Type Name Description
string eventUuid

Event unique identifier.

string newSubscriptionLevel

New folder subscription level.

string previousSubscriptionLevel

Previous folder 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 folder subscription level.

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

PreviousSubscriptionLevel

Previous folder 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