Dropbox .NET SDK
Show / Hide Table of Contents

Class PhotoSourceArg

The photo source arg object

Inheritance
object
PhotoSourceArg
PhotoSourceArg.Base64Data
PhotoSourceArg.Other
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Account
Assembly: Dropbox.Api.dll
Syntax
public class PhotoSourceArg

Constructors

View Source

PhotoSourceArg()

Initializes a new instance of the PhotoSourceArg class.

Declaration
public PhotoSourceArg()

Properties

View Source

AsBase64Data

Gets this instance as a Base64Data, or null.

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

AsOther

Gets this instance as a Other, or null.

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

IsBase64Data

Gets a value indicating whether this instance is Base64Data

Declaration
public bool IsBase64Data { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

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