Click or drag to resize

IVideoCatalogServiceAddCompanionImage Method

Add a companion images to a given video file id and return the companion image id.

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
long AddCompanionImage(
	long video_file_id,
	string image_path,
	string server_path
)

Parameters

video_file_id  Int64
Video id
image_path  String
Path to the companion image
server_path  String
Server path to the companion image

Return Value

Int64
Companion image ids
See Also