Click or drag to resize

FolderShortcut Class

Represents a Shell Folder shortcut.
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.WindowsShellLink
    ShellBoost.Core.WindowsShellFolderShortcut

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class FolderShortcut : Link

The FolderShortcut type exposes the following members.

Constructors
  NameDescription
Public methodFolderShortcut
Initializes a new instance of the FolderShortcut class.
Top
Properties
  NameDescription
Public propertyArguments
Gets or sets the arguments.
(Inherited from Link.)
Public propertyClsid
Gets the CLSID.
(Inherited from Link.)
Public propertyCurrentFileName
Gets the shortcut current file path.
(Inherited from Link.)
Public propertyDescription
Gets or sets the description (tooltip).
(Inherited from Link.)
Public propertyHotkey
Gets or sets the hotkey.
(Inherited from Link.)
Public propertyIsDirty
Determines whether the link has changed since it was last saved to its current file.
(Inherited from Link.)
Public propertyNativeObject
Gets the underlying Shell native object (IShellLinkW).
(Inherited from Link.)
Public propertyProperties
Gets the shortcut properties.
(Inherited from Link.)
Public propertyShowCommand
Gets or sets the show command.
(Inherited from Link.)
Public propertyTargetIdList
Gets or sets the target PIDL.
(Inherited from Link.)
Public propertyTargetPath
Gets or sets the target path.
(Inherited from Link.)
Public propertyWorkingDirectory
Gets or sets the working directory.
(Inherited from Link.)
Top
Methods
  NameDescription
Public methodGetIconLocation
Gets the location (path and index) of the icon for a Shell link object.
(Inherited from Link.)
Public methodStatic memberLoad
Loads a folder shortcut from the specified path.
Public methodStatic memberRemove
Removes the folder shortcut.
Public methodSave
Saves the specified shortcut to a file.
(Inherited from Link.)
Public methodSetIconLocation
Sets the location (path and index) of the icon for a Shell link object.
(Inherited from Link.)
Public methodSetRelativePath
Sets the relative path to the Shell link object.
(Inherited from Link.)
Public methodToString
Converts to string.
(Inherited from Link.)
Top
See Also