Class AccountPhotoGetArg
The account photo get arg object
Inherited Members
Namespace: Dropbox.Api.Account
Assembly: Dropbox.Api.dll
Syntax
public class AccountPhotoGetArg
Constructors
View SourceAccountPhotoGetArg(string, string, bool, bool)
Initializes a new instance of the AccountPhotoGetArg class.
Declaration
public AccountPhotoGetArg(string dbxAccountId, string size, bool circleCrop, bool expectAccountPhoto)
Parameters
| Type | Name | Description |
|---|---|---|
| string | dbxAccountId | Encoded ID of the user. Must start either with 'dbid:' or 'dbaphid:'. |
| string | size | A string representing the size of the photo. |
| bool | circleCrop | True if the photo should be cropped and false otherwise. |
| bool | expectAccountPhoto | True if we expect account photo to exist. |
Properties
View SourceCircleCrop
True if the photo should be cropped and false otherwise.
Declaration
public bool CircleCrop { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool |
DbxAccountId
Encoded ID of the user. Must start either with 'dbid:' or 'dbaphid:'.
Declaration
public string DbxAccountId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
ExpectAccountPhoto
True if we expect account photo to exist.
Declaration
public bool ExpectAccountPhoto { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool |
Size
A string representing the size of the photo.
Declaration
public string Size { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |