Click or drag to resize

ShellCommandIsLink Method

Checks if the given command is the 'link' shell command.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public static bool IsLink(
	ShellCommand command
)

Parameters

command
Type: Jam.ShellShellCommand
The command to check.

Return Value

Type: Boolean
true if the given command is the 'Link' shell command;false otherwise
See Also