Class MembersGetInfoItemV2
Describes a result obtained for a single user whose id was specified in the parameter of MembersGetInfoV2Async(MembersGetInfoV2Arg).
Inheritance
System.Object
MembersGetInfoItemV2
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 MembersGetInfoItemV2
Constructors
| Improve this Doc View SourceMembersGetInfoItemV2()
Initializes a new instance of the MembersGetInfoItemV2 class.
Declaration
public MembersGetInfoItemV2()
Properties
| Improve this Doc View SourceAsIdNotFound
Gets this instance as a IdNotFound, or null
.
Declaration
public MembersGetInfoItemV2.IdNotFound AsIdNotFound { get; }
Property Value
Type | Description |
---|---|
MembersGetInfoItemV2.IdNotFound |
AsMemberInfo
Gets this instance as a MemberInfo, or null
.
Declaration
public MembersGetInfoItemV2.MemberInfo AsMemberInfo { get; }
Property Value
Type | Description |
---|---|
MembersGetInfoItemV2.MemberInfo |
AsOther
Gets this instance as a Other, or null
.
Declaration
public MembersGetInfoItemV2.Other AsOther { get; }
Property Value
Type | Description |
---|---|
MembersGetInfoItemV2.Other |
IsIdNotFound
Gets a value indicating whether this instance is IdNotFound
Declaration
public bool IsIdNotFound { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMemberInfo
Gets a value indicating whether this instance is MemberInfo
Declaration
public bool IsMemberInfo { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |