Dropbox .NET SDK
Show / Hide Table of Contents

Class LegalHoldsPolicyCreateError

The legal holds policy create error object

Inheritance
object
LegalHoldsPolicyCreateError
LegalHoldsPolicyCreateError.EmptyMembersList
LegalHoldsPolicyCreateError.InsufficientPermissions
LegalHoldsPolicyCreateError.InvalidDate
LegalHoldsPolicyCreateError.InvalidMembers
LegalHoldsPolicyCreateError.NameMustBeUnique
LegalHoldsPolicyCreateError.NumberOfUsersOnHoldIsGreaterThanHoldLimitation
LegalHoldsPolicyCreateError.Other
LegalHoldsPolicyCreateError.StartDateIsLaterThanEndDate
LegalHoldsPolicyCreateError.TeamExceededLegalHoldQuota
LegalHoldsPolicyCreateError.TransientError
LegalHoldsPolicyCreateError.UnknownLegalHoldError
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class LegalHoldsPolicyCreateError

Constructors

View Source

LegalHoldsPolicyCreateError()

Initializes a new instance of the LegalHoldsPolicyCreateError class.

Declaration
public LegalHoldsPolicyCreateError()

Properties

View Source

AsEmptyMembersList

Gets this instance as a EmptyMembersList, or null.

Declaration
public LegalHoldsPolicyCreateError.EmptyMembersList AsEmptyMembersList { get; }
Property Value
Type Description
LegalHoldsPolicyCreateError.EmptyMembersList
View Source

AsInsufficientPermissions

Gets this instance as a InsufficientPermissions, or null.

Declaration
public LegalHoldsPolicyCreateError.InsufficientPermissions AsInsufficientPermissions { get; }
Property Value
Type Description
LegalHoldsPolicyCreateError.InsufficientPermissions
View Source

AsInvalidDate

Gets this instance as a InvalidDate, or null.

Declaration
public LegalHoldsPolicyCreateError.InvalidDate AsInvalidDate { get; }
Property Value
Type Description
LegalHoldsPolicyCreateError.InvalidDate
View Source

AsInvalidMembers

Gets this instance as a InvalidMembers, or null.

Declaration
public LegalHoldsPolicyCreateError.InvalidMembers AsInvalidMembers { get; }
Property Value
Type Description
LegalHoldsPolicyCreateError.InvalidMembers
View Source

AsNameMustBeUnique

Gets this instance as a NameMustBeUnique, or null.

Declaration
public LegalHoldsPolicyCreateError.NameMustBeUnique AsNameMustBeUnique { get; }
Property Value
Type Description
LegalHoldsPolicyCreateError.NameMustBeUnique
View Source

AsNumberOfUsersOnHoldIsGreaterThanHoldLimitation

Gets this instance as a NumberOfUsersOnHoldIsGreaterThanHoldLimitation, or null.

Declaration
public LegalHoldsPolicyCreateError.NumberOfUsersOnHoldIsGreaterThanHoldLimitation AsNumberOfUsersOnHoldIsGreaterThanHoldLimitation { get; }
Property Value
Type Description
LegalHoldsPolicyCreateError.NumberOfUsersOnHoldIsGreaterThanHoldLimitation
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public LegalHoldsPolicyCreateError.Other AsOther { get; }
Property Value
Type Description
LegalHoldsPolicyCreateError.Other
View Source

AsStartDateIsLaterThanEndDate

Gets this instance as a StartDateIsLaterThanEndDate, or null.

Declaration
public LegalHoldsPolicyCreateError.StartDateIsLaterThanEndDate AsStartDateIsLaterThanEndDate { get; }
Property Value
Type Description
LegalHoldsPolicyCreateError.StartDateIsLaterThanEndDate
View Source

AsTeamExceededLegalHoldQuota

Gets this instance as a TeamExceededLegalHoldQuota, or null.

Declaration
public LegalHoldsPolicyCreateError.TeamExceededLegalHoldQuota AsTeamExceededLegalHoldQuota { get; }
Property Value
Type Description
LegalHoldsPolicyCreateError.TeamExceededLegalHoldQuota
View Source

AsTransientError

Gets this instance as a TransientError, or null.

Declaration
public LegalHoldsPolicyCreateError.TransientError AsTransientError { get; }
Property Value
Type Description
LegalHoldsPolicyCreateError.TransientError
View Source

AsUnknownLegalHoldError

Gets this instance as a UnknownLegalHoldError, or null.

Declaration
public LegalHoldsPolicyCreateError.UnknownLegalHoldError AsUnknownLegalHoldError { get; }
Property Value
Type Description
LegalHoldsPolicyCreateError.UnknownLegalHoldError
View Source

IsEmptyMembersList

Gets a value indicating whether this instance is EmptyMembersList

Declaration
public bool IsEmptyMembersList { get; }
Property Value
Type Description
bool
View Source

IsInsufficientPermissions

Gets a value indicating whether this instance is InsufficientPermissions

Declaration
public bool IsInsufficientPermissions { get; }
Property Value
Type Description
bool
View Source

IsInvalidDate

Gets a value indicating whether this instance is InvalidDate

Declaration
public bool IsInvalidDate { get; }
Property Value
Type Description
bool
View Source

IsInvalidMembers

Gets a value indicating whether this instance is InvalidMembers

Declaration
public bool IsInvalidMembers { get; }
Property Value
Type Description
bool
View Source

IsNameMustBeUnique

Gets a value indicating whether this instance is NameMustBeUnique

Declaration
public bool IsNameMustBeUnique { get; }
Property Value
Type Description
bool
View Source

IsNumberOfUsersOnHoldIsGreaterThanHoldLimitation

Gets a value indicating whether this instance is NumberOfUsersOnHoldIsGreaterThanHoldLimitation

Declaration
public bool IsNumberOfUsersOnHoldIsGreaterThanHoldLimitation { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsStartDateIsLaterThanEndDate

Gets a value indicating whether this instance is StartDateIsLaterThanEndDate

Declaration
public bool IsStartDateIsLaterThanEndDate { get; }
Property Value
Type Description
bool
View Source

IsTeamExceededLegalHoldQuota

Gets a value indicating whether this instance is TeamExceededLegalHoldQuota

Declaration
public bool IsTeamExceededLegalHoldQuota { get; }
Property Value
Type Description
bool
View Source

IsTransientError

Gets a value indicating whether this instance is TransientError

Declaration
public bool IsTransientError { get; }
Property Value
Type Description
bool
View Source

IsUnknownLegalHoldError

Gets a value indicating whether this instance is UnknownLegalHoldError

Declaration
public bool IsUnknownLegalHoldError { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK