Show / Hide Table of Contents

Class GroupCreateError

The group create error object

Inheritance
System.Object
GroupCreateError
GroupCreateError.ExternalIdAlreadyInUse
GroupCreateError.GroupNameAlreadyUsed
GroupCreateError.GroupNameInvalid
GroupCreateError.Other
GroupCreateError.SystemManagedGroupDisallowed
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 GroupCreateError

Constructors

| Improve this Doc View Source

GroupCreateError()

Initializes a new instance of the GroupCreateError class.

Declaration
public GroupCreateError()

Properties

| Improve this Doc View Source

AsExternalIdAlreadyInUse

Gets this instance as a ExternalIdAlreadyInUse, or null.

Declaration
public GroupCreateError.ExternalIdAlreadyInUse AsExternalIdAlreadyInUse { get; }
Property Value
Type Description
GroupCreateError.ExternalIdAlreadyInUse
| Improve this Doc View Source

AsGroupNameAlreadyUsed

Gets this instance as a GroupNameAlreadyUsed, or null.

Declaration
public GroupCreateError.GroupNameAlreadyUsed AsGroupNameAlreadyUsed { get; }
Property Value
Type Description
GroupCreateError.GroupNameAlreadyUsed
| Improve this Doc View Source

AsGroupNameInvalid

Gets this instance as a GroupNameInvalid, or null.

Declaration
public GroupCreateError.GroupNameInvalid AsGroupNameInvalid { get; }
Property Value
Type Description
GroupCreateError.GroupNameInvalid
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsSystemManagedGroupDisallowed

Gets this instance as a SystemManagedGroupDisallowed, or null.

Declaration
public GroupCreateError.SystemManagedGroupDisallowed AsSystemManagedGroupDisallowed { get; }
Property Value
Type Description
GroupCreateError.SystemManagedGroupDisallowed
| Improve this Doc View Source

IsExternalIdAlreadyInUse

Gets a value indicating whether this instance is ExternalIdAlreadyInUse

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

IsGroupNameAlreadyUsed

Gets a value indicating whether this instance is GroupNameAlreadyUsed

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

IsGroupNameInvalid

Gets a value indicating whether this instance is GroupNameInvalid

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

IsSystemManagedGroupDisallowed

Gets a value indicating whether this instance is SystemManagedGroupDisallowed

Declaration
public bool IsSystemManagedGroupDisallowed { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GroupCreateError()
  • Properties
    • AsExternalIdAlreadyInUse
    • AsGroupNameAlreadyUsed
    • AsGroupNameInvalid
    • AsOther
    • AsSystemManagedGroupDisallowed
    • IsExternalIdAlreadyInUse
    • IsGroupNameAlreadyUsed
    • IsGroupNameInvalid
    • IsOther
    • IsSystemManagedGroupDisallowed
Back to top Generated by DocFX