Dropbox .NET SDK
Show / Hide Table of Contents

Class GroupCreateError

The group create error object

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

Constructors

View Source

GroupCreateError()

Initializes a new instance of the GroupCreateError class.

Declaration
public GroupCreateError()

Properties

View Source

AsExternalIdAlreadyInUse

Gets this instance as a ExternalIdAlreadyInUse, or null.

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

AsGroupNameAlreadyUsed

Gets this instance as a GroupNameAlreadyUsed, or null.

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

AsGroupNameInvalid

Gets this instance as a GroupNameInvalid, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsSystemManagedGroupDisallowed

Gets this instance as a SystemManagedGroupDisallowed, or null.

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

IsExternalIdAlreadyInUse

Gets a value indicating whether this instance is ExternalIdAlreadyInUse

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

IsGroupNameAlreadyUsed

Gets a value indicating whether this instance is GroupNameAlreadyUsed

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

IsGroupNameInvalid

Gets a value indicating whether this instance is GroupNameInvalid

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

IsSystemManagedGroupDisallowed

Gets a value indicating whether this instance is SystemManagedGroupDisallowed

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