Class MediaInfo
The media info 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.Files
Assembly: Dropbox.Api.dll
Syntax
public class MediaInfo
Constructors
| Improve this Doc View SourceMediaInfo()
Initializes a new instance of the MediaInfo class.
Declaration
public MediaInfo()
Properties
| Improve this Doc View SourceAsMetadata
Gets this instance as a Metadata, or null
.
Declaration
public MediaInfo.Metadata AsMetadata { get; }
Property Value
Type | Description |
---|---|
MediaInfo.Metadata |
AsPending
Gets this instance as a Pending, or null
.
Declaration
public MediaInfo.Pending AsPending { get; }
Property Value
Type | Description |
---|---|
MediaInfo.Pending |
IsMetadata
Gets a value indicating whether this instance is Metadata
Declaration
public bool IsMetadata { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPending
Gets a value indicating whether this instance is Pending
Declaration
public bool IsPending { get; }
Property Value
Type | Description |
---|---|
System.Boolean |