Shortcuts.DeleteShortcuts Method
Declaring Type: Shortcuts
Namespace: Velopack.Windows
Assembly: Velopack
Assembly Version: 0.0.1298+ed8600e
Delete all the shortcuts for the specified executable in the specified locations.
public void DeleteShortcuts(string relativeExeName, ShortcutLocation locations);
Parameters
relativeExeName string
The relative path or filename of the executable (from the current app dir).
locations ShortcutLocation
The locations to create shortcuts.
Documentation generated by MdDocs