Dropbox .NET SDK
Show / Hide Table of Contents

Class MembersSetProfilePhotoArg

The members set profile photo arg object

Inheritance
object
MembersSetProfilePhotoArg
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class MembersSetProfilePhotoArg

Constructors

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

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
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
  • View Source
In this article
Back to top Dropbox .NET SDK