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()
Public Shared Function EnumerateDomainDfsRoot As IEnumerable(Of String)
public:
static IEnumerable<String^>^ EnumerateDomainDfsRoot()
static member EnumerateDomainDfsRoot : unit -> IEnumerable<string>
Return Value
Type:
IEnumerableStringIEnumerableT of DFS Root namespaces from the domain.
Exceptions See Also