Click or drag to resize

IVideoCatalogServiceSetVideoGenre Method

Set video genre to a new genre title that is already in the catalog

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
void SetVideoGenre(
	long video_file_id,
	string genre_title
)

Parameters

video_file_id  Int64
Video file id
genre_title  String
The genre of the video
See Also