Class AccountCaptureNotificationType
The account capture notification type object
Inheritance
System.Object
AccountCaptureNotificationType
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 AccountCaptureNotificationType
Constructors
| Improve this Doc View SourceAccountCaptureNotificationType()
Initializes a new instance of the AccountCaptureNotificationType class.
Declaration
public AccountCaptureNotificationType()
Properties
| Improve this Doc View SourceAsActionableNotification
Gets this instance as a ActionableNotification, or null
.
Declaration
public AccountCaptureNotificationType.ActionableNotification AsActionableNotification { get; }
Property Value
Type | Description |
---|---|
AccountCaptureNotificationType.ActionableNotification |
AsOther
Gets this instance as a Other, or null
.
Declaration
public AccountCaptureNotificationType.Other AsOther { get; }
Property Value
Type | Description |
---|---|
AccountCaptureNotificationType.Other |
AsProactiveWarningNotification
Gets this instance as a ProactiveWarningNotification, or null
.
Declaration
public AccountCaptureNotificationType.ProactiveWarningNotification AsProactiveWarningNotification { get; }
Property Value
Type | Description |
---|---|
AccountCaptureNotificationType.ProactiveWarningNotification |
IsActionableNotification
Gets a value indicating whether this instance is ActionableNotification
Declaration
public bool IsActionableNotification { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsProactiveWarningNotification
Gets a value indicating whether this instance is ProactiveWarningNotification
Declaration
public bool IsProactiveWarningNotification { get; }
Property Value
Type | Description |
---|---|
System.Boolean |