Click or drag to resize

IVideoCatalogServiceGetVideoCompanionImage Method

Get a specific video companion image given its id.

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
VideoCompanionImage GetVideoCompanionImage(
	long companion_id
)

Parameters

companion_id  Int64
Companion image id

Return Value

VideoCompanionImage
Companion image or null
See Also