Click or drag to resize

ISelection.GetSelectedThumbnails Method

Get a list of the currently selected thumbnail ids.

Namespace: VideoCataloger
Assembly: VideoCataloger (in VideoCataloger.exe) Version: 8.0.9040.34617 (8.0.0.0)
Syntax
C#
List<long> GetSelectedThumbnails()

Return Value

List<Int64>
A list with video ids of the currently selected thumbnails. An emty list if there is no selection.
See Also