Dropbox .NET SDK
Show / Hide Table of Contents

Class PhotoSourceArg.Base64Data

Image data in base64-encoded bytes.

Inheritance
object
PhotoSourceArg
PhotoSourceArg.Base64Data
Inherited Members
PhotoSourceArg.IsBase64Data
PhotoSourceArg.AsBase64Data
PhotoSourceArg.IsOther
PhotoSourceArg.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Account
Assembly: Dropbox.Api.dll
Syntax
public sealed class PhotoSourceArg.Base64Data : PhotoSourceArg

Constructors

View Source

Base64Data(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 Source

Value

Gets the value of this instance.

Declaration
public string Value { get; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK