Click or drag to resize

RemoteFileThumbnail Class

A data type represents a remote file thumbnail.
Inheritance Hierarchy
SystemObject
  SparkSDKRemoteFileThumbnail

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class Thumbnail

The RemoteFileThumbnail type exposes the following members.

Constructors
  NameDescription
Public methodRemoteFileThumbnail
Initializes a new instance of the RemoteFileThumbnail class
Top
Properties
  NameDescription
Public propertyHeight
The height of the thumbnail in pixels.
Public propertyMime
The mime type of the thumbnail.
Public propertyWidth
The width of the thumbnail in pixels.
Top
Remarks
Since: 0.1.0
See Also