Click or drag to resize

IVideoCatalogServiceGetBinQuery Method

Get a smart query for a bin, null if this is no a smart bin.

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
VideoQuery GetBinQuery(
	long bin_id
)

Parameters

bin_id  Int64
ID of bin

Return Value

VideoQuery
Return query
See Also