Dropbox .NET SDK
Show / Hide Table of Contents

Class GroupMembersSelectorError.MemberNotInGroup

At least one of the specified users is not a member of the group.

Inheritance
object
GroupMembersSelectorError
GroupMembersSelectorError.MemberNotInGroup
Inherited Members
GroupMembersSelectorError.IsMemberNotInGroup
GroupMembersSelectorError.AsMemberNotInGroup
GroupMembersSelectorError.IsSystemManagedGroupDisallowed
GroupMembersSelectorError.AsSystemManagedGroupDisallowed
GroupMembersSelectorError.IsGroupNotFound
GroupMembersSelectorError.AsGroupNotFound
GroupMembersSelectorError.IsOther
GroupMembersSelectorError.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 GroupMembersSelectorError.MemberNotInGroup : GroupMembersSelectorError

Fields

View Source

Instance

A singleton instance of MemberNotInGroup

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