Show / Hide Table of Contents

Class PhotoSourceArg

The photo source arg object

Inheritance
System.Object
PhotoSourceArg
PhotoSourceArg.Base64Data
PhotoSourceArg.Other
Inherited Members
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 class PhotoSourceArg

Constructors

| Improve this Doc View Source

PhotoSourceArg()

Initializes a new instance of the PhotoSourceArg class.

Declaration
public PhotoSourceArg()

Properties

| Improve this Doc View Source

AsBase64Data

Gets this instance as a Base64Data, or null.

Declaration
public PhotoSourceArg.Base64Data AsBase64Data { get; }
Property Value
Type Description
PhotoSourceArg.Base64Data
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public PhotoSourceArg.Other AsOther { get; }
Property Value
Type Description
PhotoSourceArg.Other
| Improve this Doc View Source

IsBase64Data

Gets a value indicating whether this instance is Base64Data

Declaration
public bool IsBase64Data { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PhotoSourceArg()
  • Properties
    • AsBase64Data
    • AsOther
    • IsBase64Data
    • IsOther
Back to top Generated by DocFX