Click or drag to resize

IUtilities Interface

Exposed utilities in fast video cataloger

Namespace: VideoCataloger
Assembly: VideoCataloger (in VideoCataloger.exe) Version: 8.0.9040.34617 (8.0.0.0)
Syntax
C#
public interface IUtilities

The IUtilities type exposes the following members.

Methods
 NameDescription
Public methodConvertFromLocalPath Convert a path from a local path, i.e. the opposite of ConvertToLocalPath
Public methodConvertToLocalPath Convert a path to a local path, replacing known [folder] folders given the current settings for the local computer i.e make the path an absolut path. If there is no need for conversion the same path will be returned.
Public methodMask Mask a video file given its id in the catalog
Public methodUnmask Unmask a video file given its id in the catalog
Top
See Also