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 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 |
---|---|---|
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 SourceEventUuid
Event unique identifier.
Declaration
public string EventUuid { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
NewSubscriptionLevel
New folder subscription level.
Declaration
public string NewSubscriptionLevel { get; protected set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |