Class LegalHoldsPolicyUpdateError
The legal holds policy update error object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class LegalHoldsPolicyUpdateError
Constructors
| Improve this Doc View SourceLegalHoldsPolicyUpdateError()
Initializes a new instance of the Legal
Declaration
public LegalHoldsPolicyUpdateError()
Properties
| Improve this Doc View SourceAsEmptyMembersList
Gets this instance as a EmptyMembersList, or null
.
Declaration
public LegalHoldsPolicyUpdateError.EmptyMembersList AsEmptyMembersList { get; }
Property Value
Type | Description |
---|---|
Legal |
AsInactiveLegalHold
Gets this instance as a InactiveLegalHold, or null
.
Declaration
public LegalHoldsPolicyUpdateError.InactiveLegalHold AsInactiveLegalHold { get; }
Property Value
Type | Description |
---|---|
Legal |
AsInsufficientPermissions
Gets this instance as a InsufficientPermissions, or null
.
Declaration
public LegalHoldsPolicyUpdateError.InsufficientPermissions AsInsufficientPermissions { get; }
Property Value
Type | Description |
---|---|
Legal |
AsInvalidMembers
Gets this instance as a InvalidMembers, or null
.
Declaration
public LegalHoldsPolicyUpdateError.InvalidMembers AsInvalidMembers { get; }
Property Value
Type | Description |
---|---|
Legal |
AsLegalHoldPerformingAnotherOperation
Gets this instance as a LegalHoldPerformingAnotherOperation, or
null
.
Declaration
public LegalHoldsPolicyUpdateError.LegalHoldPerformingAnotherOperation AsLegalHoldPerformingAnotherOperation { get; }
Property Value
Type | Description |
---|---|
Legal |
AsLegalHoldPolicyNotFound
Gets this instance as a LegalHoldPolicyNotFound, or null
.
Declaration
public LegalHoldsPolicyUpdateError.LegalHoldPolicyNotFound AsLegalHoldPolicyNotFound { get; }
Property Value
Type | Description |
---|---|
Legal |
AsNameMustBeUnique
Gets this instance as a NameMustBeUnique, or null
.
Declaration
public LegalHoldsPolicyUpdateError.NameMustBeUnique AsNameMustBeUnique { get; }
Property Value
Type | Description |
---|---|
Legal |
AsNumberOfUsersOnHoldIsGreaterThanHoldLimitation
Gets this instance as a NumberOfUsersOnHoldIsGreaterThanHoldLimitation, or
null
.
Declaration
public LegalHoldsPolicyUpdateError.NumberOfUsersOnHoldIsGreaterThanHoldLimitation AsNumberOfUsersOnHoldIsGreaterThanHoldLimitation { get; }
Property Value
| Improve this Doc View SourceAsOther
Gets this instance as a Other, or null
.
Declaration
public LegalHoldsPolicyUpdateError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
Legal |
AsTransientError
Gets this instance as a TransientError, or null
.
Declaration
public LegalHoldsPolicyUpdateError.TransientError AsTransientError { get; }
Property Value
Type | Description |
---|---|
Legal |
AsUnknownLegalHoldError
Gets this instance as a UnknownLegalHoldError, or null
.
Declaration
public LegalHoldsPolicyUpdateError.UnknownLegalHoldError AsUnknownLegalHoldError { get; }
Property Value
Type | Description |
---|---|
Legal |
IsEmptyMembersList
Gets a value indicating whether this instance is EmptyMembersList
Declaration
public bool IsEmptyMembersList { get; }
Property Value
Type | Description |
---|---|
System. |
IsInactiveLegalHold
Gets a value indicating whether this instance is InactiveLegalHold
Declaration
public bool IsInactiveLegalHold { get; }
Property Value
Type | Description |
---|---|
System. |
IsInsufficientPermissions
Gets a value indicating whether this instance is InsufficientPermissions
Declaration
public bool IsInsufficientPermissions { get; }
Property Value
Type | Description |
---|---|
System. |
IsInvalidMembers
Gets a value indicating whether this instance is InvalidMembers
Declaration
public bool IsInvalidMembers { get; }
Property Value
Type | Description |
---|---|
System. |
IsLegalHoldPerformingAnotherOperation
Gets a value indicating whether this instance is LegalHoldPerformingAnotherOperation
Declaration
public bool IsLegalHoldPerformingAnotherOperation { get; }
Property Value
Type | Description |
---|---|
System. |
IsLegalHoldPolicyNotFound
Gets a value indicating whether this instance is LegalHoldPolicyNotFound
Declaration
public bool IsLegalHoldPolicyNotFound { get; }
Property Value
Type | Description |
---|---|
System. |
IsNameMustBeUnique
Gets a value indicating whether this instance is NameMustBeUnique
Declaration
public bool IsNameMustBeUnique { get; }
Property Value
Type | Description |
---|---|
System. |
IsNumberOfUsersOnHoldIsGreaterThanHoldLimitation
Gets a value indicating whether this instance is NumberOfUsersOnHoldIsGreaterThanHoldLimitation
Declaration
public bool IsNumberOfUsersOnHoldIsGreaterThanHoldLimitation { get; }
Property Value
Type | Description |
---|---|
System. |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System. |
IsTransientError
Gets a value indicating whether this instance is TransientError
Declaration
public bool IsTransientError { get; }
Property Value
Type | Description |
---|---|
System. |
IsUnknownLegalHoldError
Gets a value indicating whether this instance is UnknownLegalHoldError
Declaration
public bool IsUnknownLegalHoldError { get; }
Property Value
Type | Description |
---|---|
System. |