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 SourceFileChangeCommentSubscriptionDetails(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 SourceNewValue
New file comment subscription.
Declaration
public FileCommentNotificationPolicy NewValue { get; protected set; }
Property Value
Type | Description |
---|---|
FileCommentNotificationPolicy |
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 |