Click or drag to resize

IVideoCatalogServiceUpdateCompanionImagePath Method

Change a companion image path, will affect all companion images with the source path. Note that this will not change the actual resource. i.e. the companíon image file will not be moved.

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
bool UpdateCompanionImagePath(
	string Source_path,
	string Destination_path
)

Parameters

Source_path  String
Path we want to update
Destination_path  String
New path.

Return Value

Boolean
return true if any path was updated
See Also