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