Click or drag to resize

ThumbnailProvider Properties

The ThumbnailProvider type exposes the following members.

Properties
  NameDescription
Public propertyFilePath
Gets the file path. Only valid if IInitializeWithFile was called.
(Inherited from Handler.)
Public propertyItem
Gets the item. Only valid if IInitializeWithItem was called.
(Inherited from Handler.)
Public propertyMode
Indicate the access mode for the Item, FilePath or Stream.
(Inherited from Handler.)
Protected propertyNativeStream
Gets the native stream. Only valid if IInitializeWithStream was called.
(Inherited from Handler.)
Protected propertySite
Gets the site object in the container.
(Inherited from Handler.)
Public propertyStream
Gets the stream. Only valid if IInitializeWithStream was called.
(Inherited from Handler.)
Top
See Also