Click or drag to resize

IVideoCatalogServiceGetActorTagID Method

Get actor tag_id for a given tag text, -1 for none.

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
int GetActorTagID(
	string tag_text
)

Parameters

tag_text  String
 

Return Value

Int32
-1 for no tag or the tag_id
See Also