Click or drag to resize

IVideoCatalogServiceArchiveVideo Method

Put a video in an archive.

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
void ArchiveVideo(
	long video_file_id,
	int archive_id
)

Parameters

video_file_id  Int64
Video id
archive_id  Int32
Archive id
See Also