Click or drag to resize

IVideoCatalogServiceTagThumbs Method

Set a comma separated tag list to a list of thumbnails.

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
int TagThumbs(
	long[] thumb_list,
	string entered_keyword_string
)

Parameters

thumb_list  Int64
array of the thumbnails to apply tag to
entered_keyword_string  String
Text of the tag. If tag does not exist it will be added.

Return Value

Int32
tag id of the last set thumbnail tag
See Also