Show / Hide Table of Contents

Class MembersGetInfoItemBase

The members get info item base object

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

Constructors

| Improve this Doc View Source

MembersGetInfoItemBase()

Initializes a new instance of the MembersGetInfoItemBase class.

Declaration
public MembersGetInfoItemBase()

Properties

| Improve this Doc View Source

AsIdNotFound

Gets this instance as a IdNotFound, or null.

Declaration
public MembersGetInfoItemBase.IdNotFound AsIdNotFound { get; }
Property Value
Type Description
MembersGetInfoItemBase.IdNotFound
| 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
In This Article
  • Constructors
    • MembersGetInfoItemBase()
  • Properties
    • AsIdNotFound
    • IsIdNotFound
Back to top Generated by DocFX