Click or drag to resize

IVideoCatalogServiceAddCompanionImages Method

Add companion images to a given video file id.

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
void AddCompanionImages(
	long video_file_id,
	string[] image_paths
)

Parameters

video_file_id  Int64
Video id
image_paths  String
Array of paths to the companion images to add
See Also