Class PhotoSourceArg
The photo source arg object
Inherited Members
Namespace: Dropbox.Api.Account
Assembly: Dropbox.Api.dll
Syntax
public class PhotoSourceArg
Constructors
View SourcePhotoSourceArg()
Initializes a new instance of the PhotoSourceArg class.
Declaration
public PhotoSourceArg()
Properties
View SourceAsBase64Data
Gets this instance as a Base64Data, or null.
Declaration
public PhotoSourceArg.Base64Data AsBase64Data { get; }
Property Value
| Type | Description |
|---|---|
| PhotoSourceArg.Base64Data |
AsOther
Gets this instance as a Other, or null.
Declaration
public PhotoSourceArg.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| PhotoSourceArg.Other |
IsBase64Data
Gets a value indicating whether this instance is Base64Data
Declaration
public bool IsBase64Data { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |