Show / Hide Table of Contents

Class GetAccountArg

The get account arg object

Inheritance
System.Object
GetAccountArg
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.Users
Assembly: Dropbox.Api.dll
Syntax
public class GetAccountArg

Constructors

| Improve this Doc View Source

GetAccountArg(String)

Initializes a new instance of the GetAccountArg class.

Declaration
public GetAccountArg(string accountId)
Parameters
Type Name Description
System.String accountId

A user's account identifier.

Properties

| Improve this Doc View Source

AccountId

A user's account identifier.

Declaration
public string AccountId { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GetAccountArg(String)
  • Properties
    • AccountId
Back to top Generated by DocFX