HostGetDfsClientInfo Method (String, String, String) |
Gets information about a DFS root or link from the cache maintained by the DFS client.
Namespace: Alphaleonis.Win32.NetworkAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static DfsInfo GetDfsClientInfo(
string dfsName,
string serverName,
string shareName
)
Public Shared Function GetDfsClientInfo (
dfsName As String,
serverName As String,
shareName As String
) As DfsInfo
public:
static DfsInfo^ GetDfsClientInfo(
String^ dfsName,
String^ serverName,
String^ shareName
)
static member GetDfsClientInfo :
dfsName : string *
serverName : string *
shareName : string -> DfsInfo
Parameters
- dfsName
- Type: SystemString
The Universal Naming Convention (UNC) path of a DFS root or link. - serverName
- Type: SystemString
The name of the DFS root target or link target server. - shareName
- Type: SystemString
The name of the share corresponding to the DFS root target or link target.
Return Value
Type:
DfsInfoReturns a
DfsInfo instance.
Exceptions See Also