PathSelectionListIsLinkedPath Method |
Check if the passed path is a link.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected 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 String
- Full qualified path, which should be checked.
Return Value
BooleanReturns true when the passed path is a link and false if not.
See Also