Show / Hide Table of Contents

Class GroupUpdateError

The group update error object

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

Constructors

| Improve this Doc View Source

GroupUpdateError()

Initializes a new instance of the GroupUpdateError class.

Declaration
public GroupUpdateError()

Properties

| Improve this Doc View Source

AsExternalIdAlreadyInUse

Gets this instance as a ExternalIdAlreadyInUse, or null.

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

AsGroupNameAlreadyUsed

Gets this instance as a GroupNameAlreadyUsed, or null.

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

AsGroupNameInvalid

Gets this instance as a GroupNameInvalid, or null.

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

AsGroupNotFound

Gets this instance as a GroupNotFound, or null.

Declaration
public GroupUpdateError.GroupNotFound AsGroupNotFound { get; }
Property Value
Type Description
GroupUpdateError.GroupNotFound
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsSystemManagedGroupDisallowed

Gets this instance as a SystemManagedGroupDisallowed, or null.

Declaration
public GroupUpdateError.SystemManagedGroupDisallowed AsSystemManagedGroupDisallowed { get; }
Property Value
Type Description
GroupUpdateError.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

IsGroupNotFound

Gets a value indicating whether this instance is GroupNotFound

Declaration
public bool IsGroupNotFound { 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
    • GroupUpdateError()
  • Properties
    • AsExternalIdAlreadyInUse
    • AsGroupNameAlreadyUsed
    • AsGroupNameInvalid
    • AsGroupNotFound
    • AsOther
    • AsSystemManagedGroupDisallowed
    • IsExternalIdAlreadyInUse
    • IsGroupNameAlreadyUsed
    • IsGroupNameInvalid
    • IsGroupNotFound
    • IsOther
    • IsSystemManagedGroupDisallowed
Back to top Generated by DocFX