Dropbox .NET SDK
Show / Hide Table of Contents

Class SetProfilePhotoArg

The set profile photo arg object

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

Constructors

View Source

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

Photo

Image to set as the user's new profile photo.

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