FolderShortcut Class |
Namespace: ShellBoost.Core.WindowsShell
public class FolderShortcut : Link
The FolderShortcut type exposes the following members.
Name | Description | |
---|---|---|
![]() | FolderShortcut |
Initializes a new instance of the FolderShortcut class.
|
Name | Description | |
---|---|---|
![]() | Arguments |
Gets or sets the arguments.
(Inherited from Link.) |
![]() | Clsid |
Gets the CLSID.
(Inherited from Link.) |
![]() | CurrentFileName |
Gets the shortcut current file path.
(Inherited from Link.) |
![]() | Description |
Gets or sets the description (tooltip).
(Inherited from Link.) |
![]() | Hotkey |
Gets or sets the hotkey.
(Inherited from Link.) |
![]() | IsDirty |
Determines whether the link has changed since it was last saved to its current file.
(Inherited from Link.) |
![]() | NativeObject |
Gets the underlying Shell native object (IShellLinkW).
(Inherited from Link.) |
![]() | Properties |
Gets the shortcut properties.
(Inherited from Link.) |
![]() | ShowCommand |
Gets or sets the show command.
(Inherited from Link.) |
![]() | TargetIdList |
Gets or sets the target PIDL.
(Inherited from Link.) |
![]() | TargetPath |
Gets or sets the target path.
(Inherited from Link.) |
![]() | WorkingDirectory |
Gets or sets the working directory.
(Inherited from Link.) |
Name | Description | |
---|---|---|
![]() | GetIconLocation |
Gets the location (path and index) of the icon for a Shell link object.
(Inherited from Link.) |
![]() ![]() | Load |
Loads a folder shortcut from the specified path.
|
![]() ![]() | Remove |
Removes the folder shortcut.
|
![]() | Save |
Saves the specified shortcut to a file.
(Inherited from Link.) |
![]() | SetIconLocation |
Sets the location (path and index) of the icon for a Shell link object.
(Inherited from Link.) |
![]() | SetRelativePath |
Sets the relative path to the Shell link object.
(Inherited from Link.) |
![]() | ToString |
Converts to string.
(Inherited from Link.) |