Class AccountPhotoGetResult
The account photo get result object
Inherited Members
Namespace: Dropbox.Api.Account
Assembly: Dropbox.Api.dll
Syntax
public class AccountPhotoGetResult
Constructors
View SourceAccountPhotoGetResult(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 SourceContentType
The data returned by get_photo.
Declaration
public string ContentType { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |