Click or drag to resize

IVideoCatalogServiceGetActorTags Method

Get all tags for a specific actor.

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
TagInstance[] GetActorTags(
	long actor_id
)

Parameters

actor_id  Int64
id of actor

Return Value

TagInstance
Array of Tags used in the catalog for a specific actor
See Also