Dropbox .NET SDK
Show / Hide Table of Contents

Class MembersDeleteProfilePhotoArg

The members delete profile photo arg object

Inheritance
object
MembersDeleteProfilePhotoArg
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 MembersDeleteProfilePhotoArg

Constructors

View Source

MembersDeleteProfilePhotoArg(UserSelectorArg)

Initializes a new instance of the MembersDeleteProfilePhotoArg class.

Declaration
public MembersDeleteProfilePhotoArg(UserSelectorArg user)
Parameters
Type Name Description
UserSelectorArg user

Identity of the user whose profile photo will be deleted.

Properties

View Source

User

Identity of the user whose profile photo will be deleted.

Declaration
public UserSelectorArg User { get; protected set; }
Property Value
Type Description
UserSelectorArg
  • View Source
In this article
Back to top Dropbox .NET SDK