Show / Hide Table of Contents

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 Source

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

ProfilePhotoUrl

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

Declaration
public string ProfilePhotoUrl { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SetProfilePhotoResult(String)
  • Properties
    • ProfilePhotoUrl
Back to top Generated by DocFX