Click or drag to resize

HostEnumerateDomainDfsRoot Method (String, Boolean)

Enumerates the DFS namespaces from a domain.

Namespace:  Alphaleonis.Win32.Network
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static IEnumerable<string> EnumerateDomainDfsRoot(
	string domain,
	bool continueOnException
)

Parameters

domain
Type: SystemString
A domain name.
continueOnException
Type: SystemBoolean
suppress any Exception that might be thrown as a result from a failure, such as unavailable resources.

Return Value

Type: IEnumerableString
IEnumerableT of DFS Root namespaces from a domain.
Exceptions
ExceptionCondition
NetworkInformationException
PlatformNotSupportedExceptionThe operating system is older than Windows Vista.
See Also