Dropbox .NET SDK
Show / Hide Table of Contents

Class MembersGetInfoItemV2

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

Inheritance
object
MembersGetInfoItemV2
MembersGetInfoItemV2.IdNotFound
MembersGetInfoItemV2.MemberInfo
MembersGetInfoItemV2.Other
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 MembersGetInfoItemV2

Constructors

View Source

MembersGetInfoItemV2()

Initializes a new instance of the MembersGetInfoItemV2 class.

Declaration
public MembersGetInfoItemV2()

Properties

View Source

AsIdNotFound

Gets this instance as a IdNotFound, or null.

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

AsMemberInfo

Gets this instance as a MemberInfo, or null.

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

AsOther

Gets this instance as a Other, or null.

Declaration
public MembersGetInfoItemV2.Other AsOther { get; }
Property Value
Type Description
MembersGetInfoItemV2.Other
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

IsOther

Gets a value indicating whether this instance is Other

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