Class PaperFolderChangeSubscriptionDetails
Followed/unfollowed Paper folder.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class PaperFolderChangeSubscriptionDetails
Constructors
View SourcePaperFolderChangeSubscriptionDetails(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 SourceEventUuid
Event unique identifier.
Declaration
public string EventUuid { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
NewSubscriptionLevel
New folder subscription level.
Declaration
public string NewSubscriptionLevel { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
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 |