Dropbox .NET SDK
Show / Hide Table of Contents

Class AccountPhotoGetResult

The account photo get result object

Inheritance
object
AccountPhotoGetResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Account
Assembly: Dropbox.Api.dll
Syntax
public class AccountPhotoGetResult

Constructors

View Source

AccountPhotoGetResult(string)

Initializes a new instance of the AccountPhotoGetResult class.

Declaration
public AccountPhotoGetResult(string contentType)
Parameters
Type Name Description
string contentType

The data returned by get_photo.

Properties

View Source

ContentType

The data returned by get_photo.

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