Dropbox .NET SDK
Show / Hide Table of Contents

Class SetProfilePhotoResult

The set profile photo result object

Inheritance
object
SetProfilePhotoResult
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 SetProfilePhotoResult

Constructors

View Source

SetProfilePhotoResult(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 Source

ProfilePhotoUrl

URL for the photo representing the user, if one is set.

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