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.0
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 a result from a failure, such as unavailable resources.

Return Value

Type: IEnumerableString
Returns IEnumerableT of DFS Root namespaces from a domain.
Exceptions
See Also