Class PhotoSourceArg
The photo source arg object
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 SourcePhotoSourceArg()
Initializes a new instance of the PhotoSourceArg class.
Declaration
public PhotoSourceArg()
Properties
| Improve this Doc View SourceAsBase64Data
Gets this instance as a Base64Data, or null
.
Declaration
public PhotoSourceArg.Base64Data AsBase64Data { get; }
Property Value
Type | Description |
---|---|
PhotoSourceArg.Base64Data |
AsOther
Gets this instance as a Other, or null
.
Declaration
public PhotoSourceArg.Other AsOther { get; }
Property Value
Type | Description |
---|---|
PhotoSourceArg.Other |
IsBase64Data
Gets a value indicating whether this instance is Base64Data
Declaration
public bool IsBase64Data { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |