Show / Hide Table of Contents

Class MembersSetProfilePhotoArg

The members set profile photo arg object

Inheritance
System.Object
MembersSetProfilePhotoArg
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class MembersSetProfilePhotoArg

Constructors

| Improve this Doc View Source

MembersSetProfilePhotoArg(UserSelectorArg, PhotoSourceArg)

Initializes a new instance of the MembersSetProfilePhotoArg class.

Declaration
public MembersSetProfilePhotoArg(UserSelectorArg user, PhotoSourceArg photo)
Parameters
Type Name Description
UserSelectorArg user

Identity of the user whose profile photo will be set.

PhotoSourceArg photo

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

Properties

| Improve this Doc View Source

Photo

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

Declaration
public PhotoSourceArg Photo { get; protected set; }
Property Value
Type Description
PhotoSourceArg
| Improve this Doc View Source

User

Identity of the user whose profile photo will be set.

Declaration
public UserSelectorArg User { get; protected set; }
Property Value
Type Description
UserSelectorArg
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • MembersSetProfilePhotoArg(UserSelectorArg, PhotoSourceArg)
  • Properties
    • Photo
    • User
Back to top Generated by DocFX