Dropbox .NET SDK
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
object
MembersGetInfoItem
MembersGetInfoItem.IdNotFound
MembersGetInfoItem.MemberInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class MembersGetInfoItem

Constructors

View Source

MembersGetInfoItem()

Initializes a new instance of the MembersGetInfoItem class.

Declaration
public MembersGetInfoItem()

Properties

View Source

AsIdNotFound

Gets this instance as a IdNotFound, or null.

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

AsMemberInfo

Gets this instance as a MemberInfo, or null.

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

IsIdNotFound

Gets a value indicating whether this instance is IdNotFound

Declaration
public bool IsIdNotFound { get; }
Property Value
Type Description
bool
View Source

IsMemberInfo

Gets a value indicating whether this instance is MemberInfo

Declaration
public bool IsMemberInfo { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK