Class MembersSetProfilePhotoArg
The members set profile photo arg object
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class MembersSetProfilePhotoArg
Constructors
View SourceMembersSetProfilePhotoArg(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
View SourcePhoto
Image to set as the member's new profile photo.
Declaration
public PhotoSourceArg Photo { get; protected set; }
Property Value
| Type | Description |
|---|---|
| PhotoSourceArg |
User
Identity of the user whose profile photo will be set.
Declaration
public UserSelectorArg User { get; protected set; }
Property Value
| Type | Description |
|---|---|
| UserSelectorArg |