| IVideoCatalogServiceCreateBin Method |
Create a new video collection.
Namespace: VideoCatalogServiceAssembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax Bin CreateBin(
string label,
long parent,
uint color,
VideoQuery smart_bin_query
)
Parameters
- label String
- Name of the new bin
- parent Int64
- parent bin id or -1 if no parent
- color UInt32
- bin to remove from the catalog
- smart_bin_query VideoQuery
- if this is a smart bin this is the video search
Return Value
BinReturn newly created bin
See Also