Class QuickActionType
Quick action type.
Inheritance
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class QuickActionType
Constructors
| Improve this Doc View SourceQuickActionType()
Initializes a new instance of the QuickActionType class.
Declaration
public QuickActionType()
Properties
| Improve this Doc View SourceAsDeleteSharedLink
Gets this instance as a DeleteSharedLink, or null
.
Declaration
public QuickActionType.DeleteSharedLink AsDeleteSharedLink { get; }
Property Value
Type | Description |
---|---|
QuickActionType.DeleteSharedLink |
AsOther
Gets this instance as a Other, or null
.
Declaration
public QuickActionType.Other AsOther { get; }
Property Value
Type | Description |
---|---|
QuickActionType.Other |
AsResetPassword
Gets this instance as a ResetPassword, or null
.
Declaration
public QuickActionType.ResetPassword AsResetPassword { get; }
Property Value
Type | Description |
---|---|
QuickActionType.ResetPassword |
AsRestoreFileOrFolder
Gets this instance as a RestoreFileOrFolder, or null
.
Declaration
public QuickActionType.RestoreFileOrFolder AsRestoreFileOrFolder { get; }
Property Value
Type | Description |
---|---|
QuickActionType.RestoreFileOrFolder |
AsUnlinkApp
Gets this instance as a UnlinkApp, or null
.
Declaration
public QuickActionType.UnlinkApp AsUnlinkApp { get; }
Property Value
Type | Description |
---|---|
QuickActionType.UnlinkApp |
AsUnlinkDevice
Gets this instance as a UnlinkDevice, or null
.
Declaration
public QuickActionType.UnlinkDevice AsUnlinkDevice { get; }
Property Value
Type | Description |
---|---|
QuickActionType.UnlinkDevice |
AsUnlinkSession
Gets this instance as a UnlinkSession, or null
.
Declaration
public QuickActionType.UnlinkSession AsUnlinkSession { get; }
Property Value
Type | Description |
---|---|
QuickActionType.UnlinkSession |
IsDeleteSharedLink
Gets a value indicating whether this instance is DeleteSharedLink
Declaration
public bool IsDeleteSharedLink { 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 |
IsResetPassword
Gets a value indicating whether this instance is ResetPassword
Declaration
public bool IsResetPassword { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRestoreFileOrFolder
Gets a value indicating whether this instance is RestoreFileOrFolder
Declaration
public bool IsRestoreFileOrFolder { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUnlinkApp
Gets a value indicating whether this instance is UnlinkApp
Declaration
public bool IsUnlinkApp { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUnlinkDevice
Gets a value indicating whether this instance is UnlinkDevice
Declaration
public bool IsUnlinkDevice { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUnlinkSession
Gets a value indicating whether this instance is UnlinkSession
Declaration
public bool IsUnlinkSession { get; }
Property Value
Type | Description |
---|---|
System.Boolean |