Class PhotoSourceArg.Base64Data
Image data in base64-encoded bytes.
Inherited Members
Namespace: Dropbox.Api.Account
Assembly: Dropbox.Api.dll
Syntax
public sealed class PhotoSourceArg.Base64Data : PhotoSourceArg
Constructors
View SourceBase64Data(string)
Initializes a new instance of the PhotoSourceArg.Base64Data class.
Declaration
public Base64Data(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public string Value { get; }
Property Value
| Type | Description |
|---|---|
| string |