Show / Hide Table of Contents

Class AccountCaptureNotificationType

The account capture notification type object

Inheritance
System.Object
AccountCaptureNotificationType
AccountCaptureNotificationType.ActionableNotification
AccountCaptureNotificationType.Other
AccountCaptureNotificationType.ProactiveWarningNotification
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 Source

AccountCaptureNotificationType()

Initializes a new instance of the AccountCaptureNotificationType class.

Declaration
public AccountCaptureNotificationType()

Properties

| Improve this Doc View Source

AsActionableNotification

Gets this instance as a ActionableNotification, or null.

Declaration
public AccountCaptureNotificationType.ActionableNotification AsActionableNotification { get; }
Property Value
Type Description
AccountCaptureNotificationType.ActionableNotification
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public AccountCaptureNotificationType.Other AsOther { get; }
Property Value
Type Description
AccountCaptureNotificationType.Other
| Improve this Doc View Source

AsProactiveWarningNotification

Gets this instance as a ProactiveWarningNotification, or null.

Declaration
public AccountCaptureNotificationType.ProactiveWarningNotification AsProactiveWarningNotification { get; }
Property Value
Type Description
AccountCaptureNotificationType.ProactiveWarningNotification
| Improve this Doc View Source

IsActionableNotification

Gets a value indicating whether this instance is ActionableNotification

Declaration
public bool IsActionableNotification { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsProactiveWarningNotification

Gets a value indicating whether this instance is ProactiveWarningNotification

Declaration
public bool IsProactiveWarningNotification { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AccountCaptureNotificationType()
  • Properties
    • AsActionableNotification
    • AsOther
    • AsProactiveWarningNotification
    • IsActionableNotification
    • IsOther
    • IsProactiveWarningNotification
Back to top Generated by DocFX