Click or drag to resize

IVideoCatalogServiceRemoveTagsFromThumbnails Method

Remove a tag from keywords given its tag instance id

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

Parameters

TagInstanceID  Int64
Tag instance id

Return Value

Boolean
true if the tag was removed
See Also