Click or drag to resize

IVideoCatalogServiceRemoveTagsFromVideo Method

Remove a tag from videos given its tag instance id

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
bool RemoveTagsFromVideo(
	long TagInstanceID
)

Parameters

TagInstanceID  Int64
Tag instance

Return Value

Boolean
true if the tag was removed
See Also