Click or drag to resize

PathSelectionListIsLinkedPath Method

Check if the passed path is a link.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
protected static bool IsLinkedPath(
	string sFQPath
)

Parameters

sFQPath
Type: SystemString
Full qualified path, which should be checked.

Return Value

Type: Boolean
Returns true when the passed path is a link and false if not.
See Also