Show / Hide Table of Contents

Class QuickActionType

Quick action type.

Inheritance
System.Object
QuickActionType
QuickActionType.DeleteSharedLink
QuickActionType.Other
QuickActionType.ResetPassword
QuickActionType.RestoreFileOrFolder
QuickActionType.UnlinkApp
QuickActionType.UnlinkDevice
QuickActionType.UnlinkSession
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 QuickActionType

Constructors

| Improve this Doc View Source

QuickActionType()

Initializes a new instance of the QuickActionType class.

Declaration
public QuickActionType()

Properties

| Improve this Doc View Source

AsDeleteSharedLink

Gets this instance as a DeleteSharedLink, or null.

Declaration
public QuickActionType.DeleteSharedLink AsDeleteSharedLink { get; }
Property Value
Type Description
QuickActionType.DeleteSharedLink
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsResetPassword

Gets this instance as a ResetPassword, or null.

Declaration
public QuickActionType.ResetPassword AsResetPassword { get; }
Property Value
Type Description
QuickActionType.ResetPassword
| Improve this Doc View Source

AsRestoreFileOrFolder

Gets this instance as a RestoreFileOrFolder, or null.

Declaration
public QuickActionType.RestoreFileOrFolder AsRestoreFileOrFolder { get; }
Property Value
Type Description
QuickActionType.RestoreFileOrFolder
| Improve this Doc View Source

AsUnlinkApp

Gets this instance as a UnlinkApp, or null.

Declaration
public QuickActionType.UnlinkApp AsUnlinkApp { get; }
Property Value
Type Description
QuickActionType.UnlinkApp
| Improve this Doc View Source

AsUnlinkDevice

Gets this instance as a UnlinkDevice, or null.

Declaration
public QuickActionType.UnlinkDevice AsUnlinkDevice { get; }
Property Value
Type Description
QuickActionType.UnlinkDevice
| Improve this Doc View Source

AsUnlinkSession

Gets this instance as a UnlinkSession, or null.

Declaration
public QuickActionType.UnlinkSession AsUnlinkSession { get; }
Property Value
Type Description
QuickActionType.UnlinkSession
| Improve this Doc View Source

IsDeleteSharedLink

Gets a value indicating whether this instance is DeleteSharedLink

Declaration
public bool IsDeleteSharedLink { 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

IsResetPassword

Gets a value indicating whether this instance is ResetPassword

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

IsRestoreFileOrFolder

Gets a value indicating whether this instance is RestoreFileOrFolder

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

IsUnlinkApp

Gets a value indicating whether this instance is UnlinkApp

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

IsUnlinkDevice

Gets a value indicating whether this instance is UnlinkDevice

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

IsUnlinkSession

Gets a value indicating whether this instance is UnlinkSession

Declaration
public bool IsUnlinkSession { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • QuickActionType()
  • Properties
    • AsDeleteSharedLink
    • AsOther
    • AsResetPassword
    • AsRestoreFileOrFolder
    • AsUnlinkApp
    • AsUnlinkDevice
    • AsUnlinkSession
    • IsDeleteSharedLink
    • IsOther
    • IsResetPassword
    • IsRestoreFileOrFolder
    • IsUnlinkApp
    • IsUnlinkDevice
    • IsUnlinkSession
Back to top Generated by DocFX