Click or drag to resize

ISelectionGetSelectedVideos Method

Get a list of the currently selected video ids.

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

Return Value

ListInt64
A list with video ids of the currently selected videos in the catalog window. An emty list if there is no selection.
See Also