Click or drag to resize

IVideoCatalogServiceUpdateVideoFilePath Method

Change a VideoFile path.

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
bool UpdateVideoFilePath(
	string Source,
	string Destination
)

Parameters

Source  String
Old video path
Destination  String
New video Path

Return Value

Boolean
return true if any path was updated
See Also