Show / Hide Table of Contents

Class SetProfilePhotoArg

The set profile photo arg object

Inheritance
System.Object
SetProfilePhotoArg
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 SetProfilePhotoArg

Constructors

| Improve this Doc 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

| Improve this Doc 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
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SetProfilePhotoArg(PhotoSourceArg)
  • Properties
    • Photo
Back to top Generated by DocFX