HostEnumerateDfsRoot Method |
Enumerates the DFS namespaces from the local host.
Namespace: Alphaleonis.Win32.NetworkAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static IEnumerable<string> EnumerateDfsRoot()
Public Shared Function EnumerateDfsRoot As IEnumerable(Of String)
public:
static IEnumerable<String^>^ EnumerateDfsRoot()
static member EnumerateDfsRoot : unit -> IEnumerable<string>
Return Value
Type:
IEnumerableStringReturns
IEnumerableT of DFS Root namespaces from the local host.
Exceptions See Also