Show / Hide Table of Contents

Class PaperFolderChangeSubscriptionDetails

Followed/unfollowed Paper folder.

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

Constructors

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

Event unique identifier.

System.String newSubscriptionLevel

New folder subscription level.

System.String previousSubscriptionLevel

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

Declaration
public string NewSubscriptionLevel { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc 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
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PaperFolderChangeSubscriptionDetails(String, String, String)
  • Properties
    • EventUuid
    • NewSubscriptionLevel
    • PreviousSubscriptionLevel
Back to top Generated by DocFX