Click or drag to resize

IVideoCatalogServiceAddActorTag Method

Set a tag to an actor .

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
void AddActorTag(
	long actor_id,
	long tag_id
)

Parameters

actor_id  Int64
id of actor
tag_id  Int64
id of the actor tag
See Also