Show / Hide Table of Contents

Class FileChangeCommentSubscriptionDetails

Subscribed to or unsubscribed from comment notifications for file.

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

Constructors

| Improve this Doc 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

| Improve this Doc View Source

NewValue

New file comment subscription.

Declaration
public FileCommentNotificationPolicy NewValue { get; protected set; }
Property Value
Type Description
FileCommentNotificationPolicy
| Improve this Doc 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
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • FileChangeCommentSubscriptionDetails(FileCommentNotificationPolicy, FileCommentNotificationPolicy)
  • Properties
    • NewValue
    • PreviousValue
Back to top Generated by DocFX