Click or drag to resize

IVideoCatalogServiceDeleteVideoFile Method

Remove all video files with the given path from the catalog.

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
void DeleteVideoFile(
	string file_path
)

Parameters

file_path  String
Remove a video file from the catalog given a path to the video file
See Also