Show / Hide Table of Contents

Class LegalHoldsListPoliciesError

The legal holds list policies error object

Inheritance
System.Object
LegalHoldsListPoliciesError
LegalHoldsListPoliciesError.InsufficientPermissions
LegalHoldsListPoliciesError.Other
LegalHoldsListPoliciesError.TransientError
LegalHoldsListPoliciesError.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 LegalHoldsListPoliciesError

Constructors

| Improve this Doc View Source

LegalHoldsListPoliciesError()

Initializes a new instance of the LegalHoldsListPoliciesError class.

Declaration
public LegalHoldsListPoliciesError()

Properties

| Improve this Doc View Source

AsInsufficientPermissions

Gets this instance as a InsufficientPermissions, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsTransientError

Gets this instance as a TransientError, or null.

Declaration
public LegalHoldsListPoliciesError.TransientError AsTransientError { get; }
Property Value
Type Description
LegalHoldsListPoliciesError.TransientError
| Improve this Doc View Source

AsUnknownLegalHoldError

Gets this instance as a UnknownLegalHoldError, or null.

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

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

IsTransientError

Gets a value indicating whether this instance is TransientError

Declaration
public bool IsTransientError { 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
    • LegalHoldsListPoliciesError()
  • Properties
    • AsInsufficientPermissions
    • AsOther
    • AsTransientError
    • AsUnknownLegalHoldError
    • IsInsufficientPermissions
    • IsOther
    • IsTransientError
    • IsUnknownLegalHoldError
Back to top Generated by DocFX