Click or drag to resize

HostEnumerateDomainDfsRoot Method

Enumerates the DFS namespaces from the domain.

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

Return Value

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