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 SourceSetProfilePhotoArg(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 SourcePhoto
Image to set as the user's new profile photo.
Declaration
public PhotoSourceArg Photo { get; protected set; }
Property Value
Type | Description |
---|---|
PhotoSourceArg |