Dropbox .NET SDK
Show / Hide Table of Contents

Class UsersSelectorArg.ExternalIds

List of external user IDs.

Inheritance
object
UsersSelectorArg
UsersSelectorArg.ExternalIds
Inherited Members
UsersSelectorArg.IsTeamMemberIds
UsersSelectorArg.AsTeamMemberIds
UsersSelectorArg.IsExternalIds
UsersSelectorArg.AsExternalIds
UsersSelectorArg.IsEmails
UsersSelectorArg.AsEmails
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public sealed class UsersSelectorArg.ExternalIds : UsersSelectorArg

Constructors

View Source

ExternalIds(IEnumerable<string>)

Initializes a new instance of the UsersSelectorArg.ExternalIds class.

Declaration
public ExternalIds(IEnumerable<string> value)
Parameters
Type Name Description
IEnumerable<string> value

The value

Properties

View Source

Value

Gets the value of this instance.

Declaration
public IList<string> Value { get; }
Property Value
Type Description
IList<string>
  • View Source
In this article
Back to top Dropbox .NET SDK