| IVideoCatalogServiceAddCompanionImage Method |
Add a companion images to a given video file id and return the companion image id.
Namespace: VideoCatalogServiceAssembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax 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
Int64Companion image ids
See Also