| IVideoCatalogServiceTagThumbs Method |
Set a comma separated tag list to a list of thumbnails.
Namespace: VideoCatalogServiceAssembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax 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
Int32tag id of the last set thumbnail tag
See Also