Show / Hide Table of Contents

Class UserSelectorArg

Argument for selecting a single user, either by team_member_id, external_id or email.

Inheritance
System.Object
UserSelectorArg
UserSelectorArg.Email
UserSelectorArg.ExternalId
UserSelectorArg.TeamMemberId
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 Source

UserSelectorArg()

Initializes a new instance of the UserSelectorArg class.

Declaration
public UserSelectorArg()

Properties

| Improve this Doc View Source

AsEmail

Gets this instance as a Email, or null.

Declaration
public UserSelectorArg.Email AsEmail { get; }
Property Value
Type Description
UserSelectorArg.Email
| Improve this Doc View Source

AsExternalId

Gets this instance as a ExternalId, or null.

Declaration
public UserSelectorArg.ExternalId AsExternalId { get; }
Property Value
Type Description
UserSelectorArg.ExternalId
| Improve this Doc View Source

AsTeamMemberId

Gets this instance as a TeamMemberId, or null.

Declaration
public UserSelectorArg.TeamMemberId AsTeamMemberId { get; }
Property Value
Type Description
UserSelectorArg.TeamMemberId
| Improve this Doc View Source

IsEmail

Gets a value indicating whether this instance is Email

Declaration
public bool IsEmail { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsExternalId

Gets a value indicating whether this instance is ExternalId

Declaration
public bool IsExternalId { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsTeamMemberId

Gets a value indicating whether this instance is TeamMemberId

Declaration
public bool IsTeamMemberId { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • UserSelectorArg()
  • Properties
    • AsEmail
    • AsExternalId
    • AsTeamMemberId
    • IsEmail
    • IsExternalId
    • IsTeamMemberId
Back to top Generated by DocFX