Click or drag to resize

IVideoCatalogServiceSetBinProperty Method

Set a property of a bin

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
void SetBinProperty(
	long bin_id,
	string property_name,
	string value
)

Parameters

bin_id  Int64
id of the bin we want to set a property to
property_name  String
name of the property. (Parent,Label, Color, Query)
value  String
new value of the property
See Also