This method acquires the thumbnail image.

[Visual Basic] Public Function GetFiles() As Boolean
[C#] public bool GetFiles();

Return Value

Returns True if successful. Returns False if unsuccessful.

Explanation

The GetFiles method acquires the thumbnail image. To execute this method, it is necessary to set LoadMode property and the following properties:

To use the folder name and file extension Set the FilePath and the FileExtension properties
To set specific file names from one or more folders Set the ListOfFileNames property and set a empty string (String.Empty) or null (Nothing in Visual Basic) into the FilePath property

Note: If the Thumbnail file (see ThumbnailFile property) does not exist or is not being used to retrieve thumbnail images, then the Sort, SortDate, and SortOrder properties can be used to sort thumbnail images in the Thumbnail Control

See Also

Thumbnail Members | Newtone.ImageKit.Win.Thumbnail

 

The ImageKit.NET3 is created by Newtone Corporation