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
)
Protected Shared Function IsLinkedPath (
sFQPath As String
) As Boolean
protected:
static bool IsLinkedPath(
String^ sFQPath
)
static member IsLinkedPath :
sFQPath : string -> bool
Parameters
- sFQPath
- Type: SystemString
Full qualified path, which should be checked.
Return Value
Type:
BooleanReturns true when the passed path is a link and false if not.
See Also