Dropbox .NET SDK
Show / Hide Table of Contents

Class LegalHoldsError

The legal holds error object

Inheritance
object
LegalHoldsError
LegalHoldsError.InsufficientPermissions
LegalHoldsError.Other
LegalHoldsError.UnknownLegalHoldError
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class LegalHoldsError

Constructors

View Source

LegalHoldsError()

Initializes a new instance of the LegalHoldsError class.

Declaration
public LegalHoldsError()

Properties

View Source

AsInsufficientPermissions

Gets this instance as a InsufficientPermissions, or null.

Declaration
public LegalHoldsError.InsufficientPermissions AsInsufficientPermissions { get; }
Property Value
Type Description
LegalHoldsError.InsufficientPermissions
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public LegalHoldsError.Other AsOther { get; }
Property Value
Type Description
LegalHoldsError.Other
View Source

AsUnknownLegalHoldError

Gets this instance as a UnknownLegalHoldError, or null.

Declaration
public LegalHoldsError.UnknownLegalHoldError AsUnknownLegalHoldError { get; }
Property Value
Type Description
LegalHoldsError.UnknownLegalHoldError
View Source

IsInsufficientPermissions

Gets a value indicating whether this instance is InsufficientPermissions

Declaration
public bool IsInsufficientPermissions { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsUnknownLegalHoldError

Gets a value indicating whether this instance is UnknownLegalHoldError

Declaration
public bool IsUnknownLegalHoldError { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK