Class MembersGetInfoItem
Describes a result obtained for a single user whose id was specified in the parameter of MembersGetInfoAsync(MembersGetInfoArgs).
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class MembersGetInfoItem
Constructors
View SourceMembersGetInfoItem()
Initializes a new instance of the MembersGetInfoItem class.
Declaration
public MembersGetInfoItem()
Properties
View SourceAsIdNotFound
Gets this instance as a IdNotFound, or null.
Declaration
public MembersGetInfoItem.IdNotFound AsIdNotFound { get; }
Property Value
| Type | Description |
|---|---|
| MembersGetInfoItem.IdNotFound |
AsMemberInfo
Gets this instance as a MemberInfo, or null.
Declaration
public MembersGetInfoItem.MemberInfo AsMemberInfo { get; }
Property Value
| Type | Description |
|---|---|
| MembersGetInfoItem.MemberInfo |
IsIdNotFound
Gets a value indicating whether this instance is IdNotFound
Declaration
public bool IsIdNotFound { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsMemberInfo
Gets a value indicating whether this instance is MemberInfo
Declaration
public bool IsMemberInfo { get; }
Property Value
| Type | Description |
|---|---|
| bool |