Show / Hide Table of Contents

Class MembersSendWelcomeError

The members send welcome error object

Inheritance
System.Object
MembersSendWelcomeError
MembersSendWelcomeError.Other
MembersSendWelcomeError.UserNotFound
MembersSendWelcomeError.UserNotInTeam
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 MembersSendWelcomeError

Constructors

| Improve this Doc View Source

MembersSendWelcomeError()

Initializes a new instance of the MembersSendWelcomeError class.

Declaration
public MembersSendWelcomeError()

Properties

| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsUserNotFound

Gets this instance as a UserNotFound, or null.

Declaration
public MembersSendWelcomeError.UserNotFound AsUserNotFound { get; }
Property Value
Type Description
MembersSendWelcomeError.UserNotFound
| Improve this Doc View Source

AsUserNotInTeam

Gets this instance as a UserNotInTeam, or null.

Declaration
public MembersSendWelcomeError.UserNotInTeam AsUserNotInTeam { get; }
Property Value
Type Description
MembersSendWelcomeError.UserNotInTeam
| 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

IsUserNotFound

Gets a value indicating whether this instance is UserNotFound

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

IsUserNotInTeam

Gets a value indicating whether this instance is UserNotInTeam

Declaration
public bool IsUserNotInTeam { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • MembersSendWelcomeError()
  • Properties
    • AsOther
    • AsUserNotFound
    • AsUserNotInTeam
    • IsOther
    • IsUserNotFound
    • IsUserNotInTeam
Back to top Generated by DocFX