Class UserSelectorArg
Argument for selecting a single user, either by team_member_id, external_id or email.
Inheritance
System.Object
UserSelectorArg
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 UserSelectorArg
Constructors
| Improve this Doc View SourceUserSelectorArg()
Initializes a new instance of the UserSelectorArg class.
Declaration
public UserSelectorArg()
Properties
| Improve this Doc View SourceAsEmail
Gets this instance as a Email, or null
.
Declaration
public UserSelectorArg.Email AsEmail { get; }
Property Value
Type | Description |
---|---|
UserSelectorArg.Email |
AsExternalId
Gets this instance as a ExternalId, or null
.
Declaration
public UserSelectorArg.ExternalId AsExternalId { get; }
Property Value
Type | Description |
---|---|
UserSelectorArg.ExternalId |
AsTeamMemberId
Gets this instance as a TeamMemberId, or null
.
Declaration
public UserSelectorArg.TeamMemberId AsTeamMemberId { get; }
Property Value
Type | Description |
---|---|
UserSelectorArg.TeamMemberId |
IsEmail
Gets a value indicating whether this instance is Email
Declaration
public bool IsEmail { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsExternalId
Gets a value indicating whether this instance is ExternalId
Declaration
public bool IsExternalId { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTeamMemberId
Gets a value indicating whether this instance is TeamMemberId
Declaration
public bool IsTeamMemberId { get; }
Property Value
Type | Description |
---|---|
System.Boolean |