Click or drag to resize

RemoteFile Class

A data type represents a remote file
Inheritance Hierarchy
SystemObject
  SparkSDKRemoteFile

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

The RemoteFile type exposes the following members.

Constructors
  NameDescription
Public methodRemoteFile
Initializes a new instance of the RemoteFile class
Top
Properties
  NameDescription
Public propertyMime
The mime type of the remote file.
Public propertyName
The display name of the remote file.
Public propertyRemoteThumbnail
The remote file thumbnail.
Public propertySize
The size of the file in bytes.
Top
See Also