| IVideoCatalogServiceAddActorTag Method |
Set a tag to an actor .
Namespace: VideoCatalogServiceAssembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax 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