Class MembersDeleteProfilePhotoArg
The members delete profile photo arg object
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class MembersDeleteProfilePhotoArg
Constructors
View SourceMembersDeleteProfilePhotoArg(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 SourceUser
Identity of the user whose profile photo will be deleted.
Declaration
public UserSelectorArg User { get; protected set; }
Property Value
| Type | Description |
|---|---|
| UserSelectorArg |