Class UsersSelectorArg
Argument for selecting a list of users, either by team_member_ids, external_ids or emails.
Inheritance
UsersSelectorArg
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class UsersSelectorArg
Constructors
View SourceUsersSelectorArg()
Initializes a new instance of the UsersSelectorArg class.
Declaration
public UsersSelectorArg()
Properties
View SourceAsEmails
Gets this instance as a Emails, or null.
Declaration
public UsersSelectorArg.Emails AsEmails { get; }
Property Value
| Type | Description |
|---|---|
| UsersSelectorArg.Emails |
AsExternalIds
Gets this instance as a ExternalIds, or null.
Declaration
public UsersSelectorArg.ExternalIds AsExternalIds { get; }
Property Value
| Type | Description |
|---|---|
| UsersSelectorArg.ExternalIds |
AsTeamMemberIds
Gets this instance as a TeamMemberIds, or null.
Declaration
public UsersSelectorArg.TeamMemberIds AsTeamMemberIds { get; }
Property Value
| Type | Description |
|---|---|
| UsersSelectorArg.TeamMemberIds |
IsEmails
Gets a value indicating whether this instance is Emails
Declaration
public bool IsEmails { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsExternalIds
Gets a value indicating whether this instance is ExternalIds
Declaration
public bool IsExternalIds { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTeamMemberIds
Gets a value indicating whether this instance is TeamMemberIds
Declaration
public bool IsTeamMemberIds { get; }
Property Value
| Type | Description |
|---|---|
| bool |