| IVideoCatalogServiceRemoveVideoFromBin Method |
Remove a video from a bin. Note that a video can be in more than one bin.
Namespace: VideoCatalogServiceAssembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax 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