Show / Hide Table of Contents

Class LegalHoldsPolicyUpdateError

The legal holds policy update error object

Inheritance
System.Object
LegalHoldsPolicyUpdateError
LegalHoldsPolicyUpdateError.EmptyMembersList
LegalHoldsPolicyUpdateError.InactiveLegalHold
LegalHoldsPolicyUpdateError.InsufficientPermissions
LegalHoldsPolicyUpdateError.InvalidMembers
LegalHoldsPolicyUpdateError.LegalHoldPerformingAnotherOperation
LegalHoldsPolicyUpdateError.LegalHoldPolicyNotFound
LegalHoldsPolicyUpdateError.NameMustBeUnique
LegalHoldsPolicyUpdateError.NumberOfUsersOnHoldIsGreaterThanHoldLimitation
LegalHoldsPolicyUpdateError.Other
LegalHoldsPolicyUpdateError.TransientError
LegalHoldsPolicyUpdateError.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 LegalHoldsPolicyUpdateError

Constructors

| Improve this Doc View Source

LegalHoldsPolicyUpdateError()

Initializes a new instance of the LegalHoldsPolicyUpdateError class.

Declaration
public LegalHoldsPolicyUpdateError()

Properties

| Improve this Doc View Source

AsEmptyMembersList

Gets this instance as a EmptyMembersList, or null.

Declaration
public LegalHoldsPolicyUpdateError.EmptyMembersList AsEmptyMembersList { get; }
Property Value
Type Description
LegalHoldsPolicyUpdateError.EmptyMembersList
| Improve this Doc View Source

AsInactiveLegalHold

Gets this instance as a InactiveLegalHold, or null.

Declaration
public LegalHoldsPolicyUpdateError.InactiveLegalHold AsInactiveLegalHold { get; }
Property Value
Type Description
LegalHoldsPolicyUpdateError.InactiveLegalHold
| Improve this Doc View Source

AsInsufficientPermissions

Gets this instance as a InsufficientPermissions, or null.

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

AsInvalidMembers

Gets this instance as a InvalidMembers, or null.

Declaration
public LegalHoldsPolicyUpdateError.InvalidMembers AsInvalidMembers { get; }
Property Value
Type Description
LegalHoldsPolicyUpdateError.InvalidMembers
| Improve this Doc View Source

AsLegalHoldPerformingAnotherOperation

Gets this instance as a LegalHoldPerformingAnotherOperation, or null.

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

AsLegalHoldPolicyNotFound

Gets this instance as a LegalHoldPolicyNotFound, or null.

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

AsNameMustBeUnique

Gets this instance as a NameMustBeUnique, or null.

Declaration
public LegalHoldsPolicyUpdateError.NameMustBeUnique AsNameMustBeUnique { get; }
Property Value
Type Description
LegalHoldsPolicyUpdateError.NameMustBeUnique
| Improve this Doc View Source

AsNumberOfUsersOnHoldIsGreaterThanHoldLimitation

Gets this instance as a NumberOfUsersOnHoldIsGreaterThanHoldLimitation, or null.

Declaration
public LegalHoldsPolicyUpdateError.NumberOfUsersOnHoldIsGreaterThanHoldLimitation AsNumberOfUsersOnHoldIsGreaterThanHoldLimitation { get; }
Property Value
Type Description
LegalHoldsPolicyUpdateError.NumberOfUsersOnHoldIsGreaterThanHoldLimitation
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsTransientError

Gets this instance as a TransientError, or null.

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

AsUnknownLegalHoldError

Gets this instance as a UnknownLegalHoldError, or null.

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

IsEmptyMembersList

Gets a value indicating whether this instance is EmptyMembersList

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

IsInactiveLegalHold

Gets a value indicating whether this instance is InactiveLegalHold

Declaration
public bool IsInactiveLegalHold { get; }
Property Value
Type Description
System.Boolean
| 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

IsInvalidMembers

Gets a value indicating whether this instance is InvalidMembers

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

IsNameMustBeUnique

Gets a value indicating whether this instance is NameMustBeUnique

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

IsNumberOfUsersOnHoldIsGreaterThanHoldLimitation

Gets a value indicating whether this instance is NumberOfUsersOnHoldIsGreaterThanHoldLimitation

Declaration
public bool IsNumberOfUsersOnHoldIsGreaterThanHoldLimitation { 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
    • LegalHoldsPolicyUpdateError()
  • Properties
    • AsEmptyMembersList
    • AsInactiveLegalHold
    • AsInsufficientPermissions
    • AsInvalidMembers
    • AsLegalHoldPerformingAnotherOperation
    • AsLegalHoldPolicyNotFound
    • AsNameMustBeUnique
    • AsNumberOfUsersOnHoldIsGreaterThanHoldLimitation
    • AsOther
    • AsTransientError
    • AsUnknownLegalHoldError
    • IsEmptyMembersList
    • IsInactiveLegalHold
    • IsInsufficientPermissions
    • IsInvalidMembers
    • IsLegalHoldPerformingAnotherOperation
    • IsLegalHoldPolicyNotFound
    • IsNameMustBeUnique
    • IsNumberOfUsersOnHoldIsGreaterThanHoldLimitation
    • IsOther
    • IsTransientError
    • IsUnknownLegalHoldError
Back to top Generated by DocFX