Click or drag to resize

IVideoCatalogServiceSetBinQuery Method

Set query to a bin.

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
void SetBinQuery(
	long bin_id,
	VideoQuery smart_bin_query
)

Parameters

bin_id  Int64
ID of bin
smart_bin_query  VideoQuery
if this is a smart bin this is the video search
See Also