| IVideoCatalogServiceMergeVideo Method |
Merge source video id to destination id. The source will be removed and the test will have all thumbnails and keywords from the source
Namespace: VideoCatalogServiceAssembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax void MergeVideo(
long video_id_to_remove,
long keep_video_file_id
)
Parameters
- video_id_to_remove Int64
- video id to merge from and remove
- keep_video_file_id Int64
- video id to merge into and keep
See Also