Click or drag to resize

IVideoCatalogServiceGetBinsInBin Method

Get a list of all collections in a collection

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
Bin[] GetBinsInBin(
	long bin_id
)

Parameters

bin_id  Int64
id of the bin to get bins for

Return Value

Bin
Array of Bins
See Also