Click or drag to resize

LocalFile Class

A data type represents a local file
Inheritance Hierarchy
SystemObject
  SparkSDKLocalFile

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

The LocalFile type exposes the following members.

Constructors
  NameDescription
Public methodLocalFile
Initializes a new instance of the LocalFile class
Top
Properties
  NameDescription
Public propertyLocalThumbnail
The local file thumbnail.
Public propertyMime
The mime type of the file.
Public propertyName
The display name of the local file.
Public propertyPath
The full path of the local file.
Public propertySize
The size of the file in bytes.
Public propertyUploadProgressHandler
The delegation of the upload progress handler
Top
Remarks
Since: 0.1.0
See Also