Dropbox .NET SDK

Class AccountCaptureNotificationType

The account capture notification type object

Inheritance
object
AccountCaptureNotificationType
AccountCaptureNotificationType.ActionableNotification
AccountCaptureNotificationType.Other
AccountCaptureNotificationType.ProactiveWarningNotification
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 AccountCaptureNotificationType

Constructors

View Source

AccountCaptureNotificationType()

Initializes a new instance of the AccountCaptureNotificationType class.

Declaration
public AccountCaptureNotificationType()

Properties

View Source

AsActionableNotification

Gets this instance as a ActionableNotification, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsProactiveWarningNotification

Gets this instance as a ProactiveWarningNotification, or null.

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

IsActionableNotification

Gets a value indicating whether this instance is ActionableNotification

Declaration
public bool IsActionableNotification { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsProactiveWarningNotification

Gets a value indicating whether this instance is ProactiveWarningNotification

Declaration
public bool IsProactiveWarningNotification { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK