Show / Hide Table of Contents

Class MembersGetInfoItem

Describes a result obtained for a single user whose id was specified in the parameter of MembersGetInfoAsync(MembersGetInfoArgs).

Inheritance
System.Object
MembersGetInfoItem
MembersGetInfoItem.IdNotFound
MembersGetInfoItem.MemberInfo
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 MembersGetInfoItem

Constructors

| Improve this Doc View Source

MembersGetInfoItem()

Initializes a new instance of the MembersGetInfoItem class.

Declaration
public MembersGetInfoItem()

Properties

| Improve this Doc View Source

AsIdNotFound

Gets this instance as a IdNotFound, or null.

Declaration
public MembersGetInfoItem.IdNotFound AsIdNotFound { get; }
Property Value
Type Description
MembersGetInfoItem.IdNotFound
| Improve this Doc View Source

AsMemberInfo

Gets this instance as a MemberInfo, or null.

Declaration
public MembersGetInfoItem.MemberInfo AsMemberInfo { get; }
Property Value
Type Description
MembersGetInfoItem.MemberInfo
| Improve this Doc View Source

IsIdNotFound

Gets a value indicating whether this instance is IdNotFound

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

IsMemberInfo

Gets a value indicating whether this instance is MemberInfo

Declaration
public bool IsMemberInfo { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • MembersGetInfoItem()
  • Properties
    • AsIdNotFound
    • AsMemberInfo
    • IsIdNotFound
    • IsMemberInfo
Back to top Generated by DocFX