Dropbox .NET SDK

Class FileChangeCommentSubscriptionDetails

Subscribed to or unsubscribed from comment notifications for file.

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

Constructors

View Source

FileChangeCommentSubscriptionDetails(FileCommentNotificationPolicy, FileCommentNotificationPolicy)

Initializes a new instance of the FileChangeCommentSubscriptionDetails class.

Declaration
public FileChangeCommentSubscriptionDetails(FileCommentNotificationPolicy newValue, FileCommentNotificationPolicy previousValue = null)
Parameters
Type Name Description
FileCommentNotificationPolicy newValue

New file comment subscription.

FileCommentNotificationPolicy previousValue

Previous file comment subscription. Might be missing due to historical data gap.

Properties

View Source

NewValue

New file comment subscription.

Declaration
public FileCommentNotificationPolicy NewValue { get; protected set; }
Property Value
Type Description
FileCommentNotificationPolicy
View Source

PreviousValue

Previous file comment subscription. Might be missing due to historical data gap.

Declaration
public FileCommentNotificationPolicy PreviousValue { get; protected set; }
Property Value
Type Description
FileCommentNotificationPolicy
  • View Source
In this article
Back to top Dropbox .NET SDK