Class LegalHoldsError
The legal holds error object
Inheritance
System.Object
LegalHoldsError
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 LegalHoldsError
Constructors
| Improve this Doc View SourceLegalHoldsError()
Initializes a new instance of the LegalHoldsError class.
Declaration
public LegalHoldsError()
Properties
| Improve this Doc View SourceAsInsufficientPermissions
Gets this instance as a InsufficientPermissions, or null
.
Declaration
public LegalHoldsError.InsufficientPermissions AsInsufficientPermissions { get; }
Property Value
Type | Description |
---|---|
LegalHoldsError.InsufficientPermissions |
AsOther
Gets this instance as a Other, or null
.
Declaration
public LegalHoldsError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
LegalHoldsError.Other |
AsUnknownLegalHoldError
Gets this instance as a UnknownLegalHoldError, or null
.
Declaration
public LegalHoldsError.UnknownLegalHoldError AsUnknownLegalHoldError { get; }
Property Value
Type | Description |
---|---|
LegalHoldsError.UnknownLegalHoldError |
IsInsufficientPermissions
Gets a value indicating whether this instance is InsufficientPermissions
Declaration
public bool IsInsufficientPermissions { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUnknownLegalHoldError
Gets a value indicating whether this instance is UnknownLegalHoldError
Declaration
public bool IsUnknownLegalHoldError { get; }
Property Value
Type | Description |
---|---|
System.Boolean |