Class UsersSelectorArg
Argument for selecting a list of users, either by team_member_ids, external_ids or emails.
Inheritance
System.Object
UsersSelectorArg
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 SourceUsersSelectorArg()
Initializes a new instance of the UsersSelectorArg class.
Declaration
public UsersSelectorArg()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsExternalIds
Gets a value indicating whether this instance is ExternalIds
Declaration
public bool IsExternalIds { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTeamMemberIds
Gets a value indicating whether this instance is TeamMemberIds
Declaration
public bool IsTeamMemberIds { get; }
Property Value
Type | Description |
---|---|
System.Boolean |