ThumbnailURL
property
Returns a file's thumbnail URL if available. There must be a thumbnail
server configured.
Syntax
C++
HRESULT
get_ThumbnailURL(
VARIANT Reserved,
BSTR* pThumbnailURL)
Scripting languages
ThumbnailURL
= Object.ThumbnailURL(Reserved as Variant)
R emarks
The Reserved parameter is for future use and should be either omitted
or EMPTY. |