Class MembersDeleteProfilePhotoArg
The members delete profile photo arg object
Inheritance
System.Object
MembersDeleteProfilePhotoArg
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 MembersDeleteProfilePhotoArg
Constructors
| Improve this Doc 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
| Improve this Doc View SourceUser
Identity of the user whose profile photo will be deleted.
Declaration
public UserSelectorArg User { get; protected set; }
Property Value
Type | Description |
---|---|
UserSelectorArg |