Show / Hide Table of Contents

Class LegalHoldsPolicyReleaseError

The legal holds policy release error object

Inheritance
System.Object
LegalHoldsPolicyReleaseError
LegalHoldsPolicyReleaseError.InsufficientPermissions
LegalHoldsPolicyReleaseError.LegalHoldAlreadyReleasing
LegalHoldsPolicyReleaseError.LegalHoldPerformingAnotherOperation
LegalHoldsPolicyReleaseError.LegalHoldPolicyNotFound
LegalHoldsPolicyReleaseError.Other
LegalHoldsPolicyReleaseError.UnknownLegalHoldError
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class LegalHoldsPolicyReleaseError

Constructors

| Improve this Doc View Source

LegalHoldsPolicyReleaseError()

Initializes a new instance of the LegalHoldsPolicyReleaseError class.

Declaration
public LegalHoldsPolicyReleaseError()

Properties

| Improve this Doc View Source

AsInsufficientPermissions

Gets this instance as a InsufficientPermissions, or null.

Declaration
public LegalHoldsPolicyReleaseError.InsufficientPermissions AsInsufficientPermissions { get; }
Property Value
Type Description
LegalHoldsPolicyReleaseError.InsufficientPermissions
| Improve this Doc View Source

AsLegalHoldAlreadyReleasing

Gets this instance as a LegalHoldAlreadyReleasing, or null.

Declaration
public LegalHoldsPolicyReleaseError.LegalHoldAlreadyReleasing AsLegalHoldAlreadyReleasing { get; }
Property Value
Type Description
LegalHoldsPolicyReleaseError.LegalHoldAlreadyReleasing
| Improve this Doc View Source

AsLegalHoldPerformingAnotherOperation

Gets this instance as a LegalHoldPerformingAnotherOperation, or null.

Declaration
public LegalHoldsPolicyReleaseError.LegalHoldPerformingAnotherOperation AsLegalHoldPerformingAnotherOperation { get; }
Property Value
Type Description
LegalHoldsPolicyReleaseError.LegalHoldPerformingAnotherOperation
| Improve this Doc View Source

AsLegalHoldPolicyNotFound

Gets this instance as a LegalHoldPolicyNotFound, or null.

Declaration
public LegalHoldsPolicyReleaseError.LegalHoldPolicyNotFound AsLegalHoldPolicyNotFound { get; }
Property Value
Type Description
LegalHoldsPolicyReleaseError.LegalHoldPolicyNotFound
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsUnknownLegalHoldError

Gets this instance as a UnknownLegalHoldError, or null.

Declaration
public LegalHoldsPolicyReleaseError.UnknownLegalHoldError AsUnknownLegalHoldError { get; }
Property Value
Type Description
LegalHoldsPolicyReleaseError.UnknownLegalHoldError
| Improve this Doc View Source

IsInsufficientPermissions

Gets a value indicating whether this instance is InsufficientPermissions

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

IsLegalHoldAlreadyReleasing

Gets a value indicating whether this instance is LegalHoldAlreadyReleasing

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

IsLegalHoldPerformingAnotherOperation

Gets a value indicating whether this instance is LegalHoldPerformingAnotherOperation

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

IsLegalHoldPolicyNotFound

Gets a value indicating whether this instance is LegalHoldPolicyNotFound

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

IsUnknownLegalHoldError

Gets a value indicating whether this instance is UnknownLegalHoldError

Declaration
public bool IsUnknownLegalHoldError { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • LegalHoldsPolicyReleaseError()
  • Properties
    • AsInsufficientPermissions
    • AsLegalHoldAlreadyReleasing
    • AsLegalHoldPerformingAnotherOperation
    • AsLegalHoldPolicyNotFound
    • AsOther
    • AsUnknownLegalHoldError
    • IsInsufficientPermissions
    • IsLegalHoldAlreadyReleasing
    • IsLegalHoldPerformingAnotherOperation
    • IsLegalHoldPolicyNotFound
    • IsOther
    • IsUnknownLegalHoldError
Back to top Generated by DocFX