Click or drag to resize
HostEnumerateDfsLinks Method
Enumerates the DFS Links from a DFS namespace.

Namespace: Alphaleonis.Win32.Network
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static IEnumerable<DfsInfo> EnumerateDfsLinks(
	string dfsName
)

Parameters

dfsName
Type: SystemString
The Universal Naming Convention (UNC) path of a DFS root or link.

Return Value

Type: IEnumerableDfsInfo
Returns IEnumerableT of DFS namespaces.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when one or more required arguments are null.
NetworkInformationException
PlatformNotSupportedException
See Also