Show / Hide Table of Contents

Class LegalHoldsGetPolicyError

The legal holds get policy error object

Inheritance
System.Object
LegalHoldsGetPolicyError
LegalHoldsGetPolicyError.InsufficientPermissions
LegalHoldsGetPolicyError.LegalHoldPolicyNotFound
LegalHoldsGetPolicyError.Other
LegalHoldsGetPolicyError.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 LegalHoldsGetPolicyError

Constructors

| Improve this Doc View Source

LegalHoldsGetPolicyError()

Initializes a new instance of the LegalHoldsGetPolicyError class.

Declaration
public LegalHoldsGetPolicyError()

Properties

| Improve this Doc View Source

AsInsufficientPermissions

Gets this instance as a InsufficientPermissions, or null.

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

AsLegalHoldPolicyNotFound

Gets this instance as a LegalHoldPolicyNotFound, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsUnknownLegalHoldError

Gets this instance as a UnknownLegalHoldError, or null.

Declaration
public LegalHoldsGetPolicyError.UnknownLegalHoldError AsUnknownLegalHoldError { get; }
Property Value
Type Description
LegalHoldsGetPolicyError.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

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
    • LegalHoldsGetPolicyError()
  • Properties
    • AsInsufficientPermissions
    • AsLegalHoldPolicyNotFound
    • AsOther
    • AsUnknownLegalHoldError
    • IsInsufficientPermissions
    • IsLegalHoldPolicyNotFound
    • IsOther
    • IsUnknownLegalHoldError
Back to top Generated by DocFX