Advertising banner:

History
 
 ServerFile.HasThumbnail
Home • Help • A0 • Customization Tools • FCAS • Language Reference • ServerFile.HasThumbnail
 
HasThumbnail (server files)
Minimum version: 4.0
Purpose
Checks an open file on the FirstClass server or an item in a container for an existing thumbnail image without loading the image.
Syntax
ServerFile.HasThumbnail
Example
Dim sf as ServerFile
sf.OpenFile("image.jpg")
If (sf.HasThumbNail) Then Debug "Yep, it has a thumbnail"