Click or drag to resize

IVideoCatalogServiceDeleteActorTag Method

Delete an actor tag provided it is not used by any actors.

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
void DeleteActorTag(
	long actor_tag_instance_id
)

Parameters

actor_tag_instance_id  Int64
instance id of an actor tag
See Also