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 LegalHoldsPolicyUpdateError class.
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 |
---|---|
LegalHoldsPolicyUpdateError.EmptyMembersList |
AsInactiveLegalHold
Gets this instance as a InactiveLegalHold, or null
.
Declaration
public LegalHoldsPolicyUpdateError.InactiveLegalHold AsInactiveLegalHold { get; }
Property Value
Type | Description |
---|---|
LegalHoldsPolicyUpdateError.InactiveLegalHold |
AsInsufficientPermissions
Gets this instance as a InsufficientPermissions, or null
.
Declaration
public LegalHoldsPolicyUpdateError.InsufficientPermissions AsInsufficientPermissions { get; }
Property Value
Type | Description |
---|---|
LegalHoldsPolicyUpdateError.InsufficientPermissions |
AsInvalidMembers
Gets this instance as a InvalidMembers, or null
.
Declaration
public LegalHoldsPolicyUpdateError.InvalidMembers AsInvalidMembers { get; }
Property Value
Type | Description |
---|---|
LegalHoldsPolicyUpdateError.InvalidMembers |
AsLegalHoldPerformingAnotherOperation
Gets this instance as a LegalHoldPerformingAnotherOperation, or
null
.
Declaration
public LegalHoldsPolicyUpdateError.LegalHoldPerformingAnotherOperation AsLegalHoldPerformingAnotherOperation { get; }
Property Value
Type | Description |
---|---|
LegalHoldsPolicyUpdateError.LegalHoldPerformingAnotherOperation |
AsLegalHoldPolicyNotFound
Gets this instance as a LegalHoldPolicyNotFound, or null
.
Declaration
public LegalHoldsPolicyUpdateError.LegalHoldPolicyNotFound AsLegalHoldPolicyNotFound { get; }
Property Value
Type | Description |
---|---|
LegalHoldsPolicyUpdateError.LegalHoldPolicyNotFound |
AsNameMustBeUnique
Gets this instance as a NameMustBeUnique, or null
.
Declaration
public LegalHoldsPolicyUpdateError.NameMustBeUnique AsNameMustBeUnique { get; }
Property Value
Type | Description |
---|---|
LegalHoldsPolicyUpdateError.NameMustBeUnique |
AsNumberOfUsersOnHoldIsGreaterThanHoldLimitation
Gets this instance as a NumberOfUsersOnHoldIsGreaterThanHoldLimitation, or
null
.
Declaration
public LegalHoldsPolicyUpdateError.NumberOfUsersOnHoldIsGreaterThanHoldLimitation AsNumberOfUsersOnHoldIsGreaterThanHoldLimitation { get; }
Property Value
Type | Description |
---|---|
LegalHoldsPolicyUpdateError.NumberOfUsersOnHoldIsGreaterThanHoldLimitation |
AsOther
Gets this instance as a Other, or null
.
Declaration
public LegalHoldsPolicyUpdateError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
LegalHoldsPolicyUpdateError.Other |
AsTransientError
Gets this instance as a TransientError, or null
.
Declaration
public LegalHoldsPolicyUpdateError.TransientError AsTransientError { get; }
Property Value
Type | Description |
---|---|
LegalHoldsPolicyUpdateError.TransientError |
AsUnknownLegalHoldError
Gets this instance as a UnknownLegalHoldError, or null
.
Declaration
public LegalHoldsPolicyUpdateError.UnknownLegalHoldError AsUnknownLegalHoldError { get; }
Property Value
Type | Description |
---|---|
LegalHoldsPolicyUpdateError.UnknownLegalHoldError |
IsEmptyMembersList
Gets a value indicating whether this instance is EmptyMembersList
Declaration
public bool IsEmptyMembersList { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInactiveLegalHold
Gets a value indicating whether this instance is InactiveLegalHold
Declaration
public bool IsInactiveLegalHold { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInsufficientPermissions
Gets a value indicating whether this instance is InsufficientPermissions
Declaration
public bool IsInsufficientPermissions { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInvalidMembers
Gets a value indicating whether this instance is InvalidMembers
Declaration
public bool IsInvalidMembers { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsLegalHoldPerformingAnotherOperation
Gets a value indicating whether this instance is LegalHoldPerformingAnotherOperation
Declaration
public bool IsLegalHoldPerformingAnotherOperation { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsLegalHoldPolicyNotFound
Gets a value indicating whether this instance is LegalHoldPolicyNotFound
Declaration
public bool IsLegalHoldPolicyNotFound { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNameMustBeUnique
Gets a value indicating whether this instance is NameMustBeUnique
Declaration
public bool IsNameMustBeUnique { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNumberOfUsersOnHoldIsGreaterThanHoldLimitation
Gets a value indicating whether this instance is NumberOfUsersOnHoldIsGreaterThanHoldLimitation
Declaration
public bool IsNumberOfUsersOnHoldIsGreaterThanHoldLimitation { 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 |
IsTransientError
Gets a value indicating whether this instance is TransientError
Declaration
public bool IsTransientError { 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 |