Click or drag to resize

PathCollectionGetDomainFromUNCPath Method

Returns the domain name from a UNC path

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public static string GetDomainFromUNCPath(
	string aPath
)

Parameters

aPath
Type: SystemString
A UNC path.

Return Value

Type: String
The domain part of a UNC path. null if the given path is not a UNC path.
See Also