• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class PhotoSourceArg.Base64Data

Image data in base64-encoded bytes.

Inheritance
System.Object
PhotoSourceArg
PhotoSourceArg.Base64Data
Inherited Members
PhotoSourceArg.IsBase64Data
PhotoSourceArg.AsBase64Data
PhotoSourceArg.IsOther
PhotoSourceArg.AsOther
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.Account
Assembly: Dropbox.Api.dll
Syntax
public sealed class Base64Data : PhotoSourceArg

Constructors

| Improve this Doc View Source

Base64Data(String)

Initializes a new instance of the PhotoSourceArg.Base64Data class.

Declaration
public Base64Data(string value)
Parameters
Type Name Description
System.String value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public string Value { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • Base64Data(String)
  • Properties
    • Value
Back to top Generated by DocFX