Show / Hide Table of Contents

Class UsersSelectorArg

Argument for selecting a list of users, either by team_member_ids, external_ids or emails.

Inheritance
System.Object
UsersSelectorArg
UsersSelectorArg.Emails
UsersSelectorArg.ExternalIds
UsersSelectorArg.TeamMemberIds
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 UsersSelectorArg

Constructors

| Improve this Doc View Source

UsersSelectorArg()

Initializes a new instance of the UsersSelectorArg class.

Declaration
public UsersSelectorArg()

Properties

| Improve this Doc View Source

AsEmails

Gets this instance as a Emails, or null.

Declaration
public UsersSelectorArg.Emails AsEmails { get; }
Property Value
Type Description
UsersSelectorArg.Emails
| Improve this Doc View Source

AsExternalIds

Gets this instance as a ExternalIds, or null.

Declaration
public UsersSelectorArg.ExternalIds AsExternalIds { get; }
Property Value
Type Description
UsersSelectorArg.ExternalIds
| Improve this Doc View Source

AsTeamMemberIds

Gets this instance as a TeamMemberIds, or null.

Declaration
public UsersSelectorArg.TeamMemberIds AsTeamMemberIds { get; }
Property Value
Type Description
UsersSelectorArg.TeamMemberIds
| Improve this Doc View Source

IsEmails

Gets a value indicating whether this instance is Emails

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

IsExternalIds

Gets a value indicating whether this instance is ExternalIds

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

IsTeamMemberIds

Gets a value indicating whether this instance is TeamMemberIds

Declaration
public bool IsTeamMemberIds { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • UsersSelectorArg()
  • Properties
    • AsEmails
    • AsExternalIds
    • AsTeamMemberIds
    • IsEmails
    • IsExternalIds
    • IsTeamMemberIds
Back to top Generated by DocFX