Click or drag to resize

IVideoCatalogServiceGetPlaylistClipIDs Method

Get all clip ids for a playlist

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
int[] GetPlaylistClipIDs(
	long playlist_id
)

Parameters

playlist_id  Int64
playlist identifier

Return Value

Int32
Array of all video clip ids
See Also