ShellBrowser .Net Edition
IsLinkedPath Method (sFQPath)
NamespacesJam.ShellPathSelectionListIsLinkedPath(String)
Check if the passed path is a link.
Declaration Syntax
C#Visual BasicVisual C++
protected static bool IsLinkedPath(
	string sFQPath
)
Protected Shared Function IsLinkedPath ( _
	sFQPath As String _
) As Boolean
protected:
static bool IsLinkedPath(
	String^ sFQPath
)
Parameters
sFQPath (String)
Full qualified path, which should be checked.
Return Value
Returns true when the passed path is a link and false if not.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)