Class GetThumbnailBatchResultEntry
The get thumbnail batch result entry object
Inheritance
System.Object
GetThumbnailBatchResultEntry
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.Files
Assembly: Dropbox.Api.dll
Syntax
public class GetThumbnailBatchResultEntry
Constructors
| Improve this Doc View SourceGetThumbnailBatchResultEntry()
Initializes a new instance of the GetThumbnailBatchResultEntry class.
Declaration
public GetThumbnailBatchResultEntry()
Properties
| Improve this Doc View SourceAsFailure
Gets this instance as a Failure, or null
.
Declaration
public GetThumbnailBatchResultEntry.Failure AsFailure { get; }
Property Value
Type | Description |
---|---|
GetThumbnailBatchResultEntry.Failure |
AsOther
Gets this instance as a Other, or null
.
Declaration
public GetThumbnailBatchResultEntry.Other AsOther { get; }
Property Value
Type | Description |
---|---|
GetThumbnailBatchResultEntry.Other |
AsSuccess
Gets this instance as a Success, or null
.
Declaration
public GetThumbnailBatchResultEntry.Success AsSuccess { get; }
Property Value
Type | Description |
---|---|
GetThumbnailBatchResultEntry.Success |
IsFailure
Gets a value indicating whether this instance is Failure
Declaration
public bool IsFailure { 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 |
IsSuccess
Gets a value indicating whether this instance is Success
Declaration
public bool IsSuccess { get; }
Property Value
Type | Description |
---|---|
System.Boolean |