Click or drag to resize

IVideoCatalogServiceRemoveVideoFromBin Method

Remove a video from a bin. Note that a video can be in more than one bin.

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
void RemoveVideoFromBin(
	long bin_to_remove_from,
	long video_to_remove
)

Parameters

bin_to_remove_from  Int64
bin id of the bin we remove videos from
video_to_remove  Int64
video id to be removed from the bin. The video is still in the catalog
See Also