HostGetDfsClientInfo Method (String) |
Gets information about a DFS root or link from the cache maintained by the DFS client.
Namespace:
Alphaleonis.Win32.Network
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static DfsInfo GetDfsClientInfo(
string dfsName
)
Public Shared Function GetDfsClientInfo (
dfsName As String
) As DfsInfo
public:
static DfsInfo^ GetDfsClientInfo(
String^ dfsName
)
static member GetDfsClientInfo :
dfsName : string -> DfsInfo
Parameters
- dfsName
- Type: SystemString
The Universal Naming Convention (UNC) path of a DFS root or link.
Return Value
Type:
DfsInfoA
DfsInfo instance.
Exceptions See Also