Click or drag to resize

IVideoCatalogServiceCreateVideoTag Method

Create a new video tag and return its tag id, -1 for none.

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
Tag CreateVideoTag(
	Tag tag
)

Parameters

tag  Tag
New tag to create

Return Value

Tag
Return TagID or -1 if error
See Also