Class LegalHoldsPolicyCreateError
The legal holds policy create error object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class LegalHoldsPolicyCreateError
Constructors
| Improve this Doc View SourceLegalHoldsPolicyCreateError()
Initializes a new instance of the LegalHoldsPolicyCreateError class.
Declaration
public LegalHoldsPolicyCreateError()
Properties
| Improve this Doc View SourceAsEmptyMembersList
Gets this instance as a EmptyMembersList, or null
.
Declaration
public LegalHoldsPolicyCreateError.EmptyMembersList AsEmptyMembersList { get; }
Property Value
Type | Description |
---|---|
LegalHoldsPolicyCreateError.EmptyMembersList |
AsInsufficientPermissions
Gets this instance as a InsufficientPermissions, or null
.
Declaration
public LegalHoldsPolicyCreateError.InsufficientPermissions AsInsufficientPermissions { get; }
Property Value
Type | Description |
---|---|
LegalHoldsPolicyCreateError.InsufficientPermissions |
AsInvalidDate
Gets this instance as a InvalidDate, or null
.
Declaration
public LegalHoldsPolicyCreateError.InvalidDate AsInvalidDate { get; }
Property Value
Type | Description |
---|---|
LegalHoldsPolicyCreateError.InvalidDate |
AsInvalidMembers
Gets this instance as a InvalidMembers, or null
.
Declaration
public LegalHoldsPolicyCreateError.InvalidMembers AsInvalidMembers { get; }
Property Value
Type | Description |
---|---|
LegalHoldsPolicyCreateError.InvalidMembers |
AsNameMustBeUnique
Gets this instance as a NameMustBeUnique, or null
.
Declaration
public LegalHoldsPolicyCreateError.NameMustBeUnique AsNameMustBeUnique { get; }
Property Value
Type | Description |
---|---|
LegalHoldsPolicyCreateError.NameMustBeUnique |
AsNumberOfUsersOnHoldIsGreaterThanHoldLimitation
Gets this instance as a NumberOfUsersOnHoldIsGreaterThanHoldLimitation, or
null
.
Declaration
public LegalHoldsPolicyCreateError.NumberOfUsersOnHoldIsGreaterThanHoldLimitation AsNumberOfUsersOnHoldIsGreaterThanHoldLimitation { get; }
Property Value
Type | Description |
---|---|
LegalHoldsPolicyCreateError.NumberOfUsersOnHoldIsGreaterThanHoldLimitation |
AsOther
Gets this instance as a Other, or null
.
Declaration
public LegalHoldsPolicyCreateError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
LegalHoldsPolicyCreateError.Other |
AsStartDateIsLaterThanEndDate
Gets this instance as a StartDateIsLaterThanEndDate, or null
.
Declaration
public LegalHoldsPolicyCreateError.StartDateIsLaterThanEndDate AsStartDateIsLaterThanEndDate { get; }
Property Value
Type | Description |
---|---|
LegalHoldsPolicyCreateError.StartDateIsLaterThanEndDate |
AsTeamExceededLegalHoldQuota
Gets this instance as a TeamExceededLegalHoldQuota, or null
.
Declaration
public LegalHoldsPolicyCreateError.TeamExceededLegalHoldQuota AsTeamExceededLegalHoldQuota { get; }
Property Value
Type | Description |
---|---|
LegalHoldsPolicyCreateError.TeamExceededLegalHoldQuota |
AsTransientError
Gets this instance as a TransientError, or null
.
Declaration
public LegalHoldsPolicyCreateError.TransientError AsTransientError { get; }
Property Value
Type | Description |
---|---|
LegalHoldsPolicyCreateError.TransientError |
AsUnknownLegalHoldError
Gets this instance as a UnknownLegalHoldError, or null
.
Declaration
public LegalHoldsPolicyCreateError.UnknownLegalHoldError AsUnknownLegalHoldError { get; }
Property Value
Type | Description |
---|---|
LegalHoldsPolicyCreateError.UnknownLegalHoldError |
IsEmptyMembersList
Gets a value indicating whether this instance is EmptyMembersList
Declaration
public bool IsEmptyMembersList { 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 |
IsInvalidDate
Gets a value indicating whether this instance is InvalidDate
Declaration
public bool IsInvalidDate { 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 |
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 |
IsStartDateIsLaterThanEndDate
Gets a value indicating whether this instance is StartDateIsLaterThanEndDate
Declaration
public bool IsStartDateIsLaterThanEndDate { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTeamExceededLegalHoldQuota
Gets a value indicating whether this instance is TeamExceededLegalHoldQuota
Declaration
public bool IsTeamExceededLegalHoldQuota { 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 |