Click or drag to resize

IVideoCatalogServiceRenameGenre Method

Rename a genre in the catalog.

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
void RenameGenre(
	string from,
	string to
)

Parameters

from  String
 
to  String
 
See Also