namespace ElectronNET.API { /// /// /// public enum ShortcutLinkOperation { /// /// Creates a new shortcut, overwriting if necessary. /// create, /// /// Updates specified properties only on an existing shortcut. /// update, /// /// Overwrites an existing shortcut, fails if the shortcut doesn’t exist. /// replace } }