Dropbox .NET SDK
Show / Hide Table of Contents

Class GroupMemberSelectorError.SystemManagedGroupDisallowed

This operation is not supported on system-managed groups.

Inheritance
object
GroupMemberSelectorError
GroupMemberSelectorError.SystemManagedGroupDisallowed
Inherited Members
GroupMemberSelectorError.IsMemberNotInGroup
GroupMemberSelectorError.AsMemberNotInGroup
GroupMemberSelectorError.IsSystemManagedGroupDisallowed
GroupMemberSelectorError.AsSystemManagedGroupDisallowed
GroupMemberSelectorError.IsGroupNotFound
GroupMemberSelectorError.AsGroupNotFound
GroupMemberSelectorError.IsOther
GroupMemberSelectorError.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public sealed class GroupMemberSelectorError.SystemManagedGroupDisallowed : GroupMemberSelectorError

Fields

View Source

Instance

A singleton instance of SystemManagedGroupDisallowed

Declaration
public static readonly GroupMemberSelectorError.SystemManagedGroupDisallowed Instance
Field Value
Type Description
GroupMemberSelectorError.SystemManagedGroupDisallowed
  • View Source
In this article
Back to top Dropbox .NET SDK