Click or drag to resize

IVideoCatalogServiceGetVideoFileIDForCompanionImage Method

Get VideoFileID for a companion image path in the catalog.

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
long GetVideoFileIDForCompanionImage(
	string path
)

Parameters

path  String
path to the companion image id

Return Value

Int64
return first video id associated with a companion image path
See Also