Class SetProfilePhotoResult
The set profile photo result object
Inheritance
System.Object
SetProfilePhotoResult
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.Account
Assembly: Dropbox.Api.dll
Syntax
public class SetProfilePhotoResult
Constructors
| Improve this Doc View SourceSetProfilePhotoResult(String)
Initializes a new instance of the SetProfilePhotoResult class.
Declaration
public SetProfilePhotoResult(string profilePhotoUrl)
Parameters
Type | Name | Description |
---|---|---|
System.String | profilePhotoUrl | URL for the photo representing the user, if one is set. |
Properties
| Improve this Doc View SourceProfilePhotoUrl
URL for the photo representing the user, if one is set.
Declaration
public string ProfilePhotoUrl { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |