Show / Hide Table of Contents

Class GroupCreateError.ExternalIdAlreadyInUse

The requested external ID is already being used by another group.

Inheritance
System.Object
GroupCreateError
GroupCreateError.ExternalIdAlreadyInUse
Inherited Members
GroupCreateError.IsGroupNameAlreadyUsed
GroupCreateError.AsGroupNameAlreadyUsed
GroupCreateError.IsGroupNameInvalid
GroupCreateError.AsGroupNameInvalid
GroupCreateError.IsExternalIdAlreadyInUse
GroupCreateError.AsExternalIdAlreadyInUse
GroupCreateError.IsSystemManagedGroupDisallowed
GroupCreateError.AsSystemManagedGroupDisallowed
GroupCreateError.IsOther
GroupCreateError.AsOther
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 sealed class ExternalIdAlreadyInUse : GroupCreateError

Fields

| Improve this Doc View Source

Instance

A singleton instance of ExternalIdAlreadyInUse

Declaration
public static readonly GroupCreateError.ExternalIdAlreadyInUse Instance
Field Value
Type Description
GroupCreateError.ExternalIdAlreadyInUse
  • Improve this Doc
  • View Source
In This Article
  • Fields
    • Instance
Back to top Generated by DocFX