Class SetProfilePhotoResult
The set profile photo result object
Inherited Members
Namespace: Dropbox.Api.Account
Assembly: Dropbox.Api.dll
Syntax
public class SetProfilePhotoResult
Constructors
View SourceSetProfilePhotoResult(string)
Initializes a new instance of the SetProfilePhotoResult class.
Declaration
public SetProfilePhotoResult(string profilePhotoUrl)
Parameters
| Type | Name | Description |
|---|---|---|
| string | profilePhotoUrl | URL for the photo representing the user, if one is set. |
Properties
View SourceProfilePhotoUrl
URL for the photo representing the user, if one is set.
Declaration
public string ProfilePhotoUrl { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |