Show / Hide Table of Contents

Class LegalHoldsPolicyCreateError

The legal holds policy create error object

Inheritance
System.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
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 LegalHoldsPolicyCreateError

Constructors

| Improve this Doc View Source

LegalHoldsPolicyCreateError()

Initializes a new instance of the LegalHoldsPolicyCreateError class.

Declaration
public LegalHoldsPolicyCreateError()

Properties

| Improve this Doc View Source

AsEmptyMembersList

Gets this instance as a EmptyMembersList, or null.

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

AsInsufficientPermissions

Gets this instance as a InsufficientPermissions, or null.

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

AsInvalidDate

Gets this instance as a InvalidDate, or null.

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

AsInvalidMembers

Gets this instance as a InvalidMembers, or null.

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

AsNameMustBeUnique

Gets this instance as a NameMustBeUnique, or null.

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

AsNumberOfUsersOnHoldIsGreaterThanHoldLimitation

Gets this instance as a NumberOfUsersOnHoldIsGreaterThanHoldLimitation, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsStartDateIsLaterThanEndDate

Gets this instance as a StartDateIsLaterThanEndDate, or null.

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

AsTeamExceededLegalHoldQuota

Gets this instance as a TeamExceededLegalHoldQuota, or null.

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

AsTransientError

Gets this instance as a TransientError, or null.

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

AsUnknownLegalHoldError

Gets this instance as a UnknownLegalHoldError, or null.

Declaration
public LegalHoldsPolicyCreateError.UnknownLegalHoldError AsUnknownLegalHoldError { get; }
Property Value
Type Description
LegalHoldsPolicyCreateError.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

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

IsInvalidDate

Gets a value indicating whether this instance is InvalidDate

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

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

IsStartDateIsLaterThanEndDate

Gets a value indicating whether this instance is StartDateIsLaterThanEndDate

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

IsTeamExceededLegalHoldQuota

Gets a value indicating whether this instance is TeamExceededLegalHoldQuota

Declaration
public bool IsTeamExceededLegalHoldQuota { 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
    • LegalHoldsPolicyCreateError()
  • Properties
    • AsEmptyMembersList
    • AsInsufficientPermissions
    • AsInvalidDate
    • AsInvalidMembers
    • AsNameMustBeUnique
    • AsNumberOfUsersOnHoldIsGreaterThanHoldLimitation
    • AsOther
    • AsStartDateIsLaterThanEndDate
    • AsTeamExceededLegalHoldQuota
    • AsTransientError
    • AsUnknownLegalHoldError
    • IsEmptyMembersList
    • IsInsufficientPermissions
    • IsInvalidDate
    • IsInvalidMembers
    • IsNameMustBeUnique
    • IsNumberOfUsersOnHoldIsGreaterThanHoldLimitation
    • IsOther
    • IsStartDateIsLaterThanEndDate
    • IsTeamExceededLegalHoldQuota
    • IsTransientError
    • IsUnknownLegalHoldError
Back to top Generated by DocFX