Class SetProfilePhotoArg
The set profile photo arg object
Inherited Members
Namespace: Dropbox.Api.Account
Assembly: Dropbox.Api.dll
Syntax
public class SetProfilePhotoArg
Constructors
View SourceSetProfilePhotoArg(PhotoSourceArg)
Initializes a new instance of the SetProfilePhotoArg class.
Declaration
public SetProfilePhotoArg(PhotoSourceArg photo)
Parameters
| Type | Name | Description |
|---|---|---|
| PhotoSourceArg | photo | Image to set as the user's new profile photo. |
Properties
View SourcePhoto
Image to set as the user's new profile photo.
Declaration
public PhotoSourceArg Photo { get; protected set; }
Property Value
| Type | Description |
|---|---|
| PhotoSourceArg |