Gets information about a specified DFS root or link in a DFS namespace.
Namespace:
Alphaleonis.Win32.Network
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static DfsInfo GetDfsInfo(
string dfsName
)
Public Shared Function GetDfsInfo (
dfsName As String
) As DfsInfo
public:
static DfsInfo^ GetDfsInfo(
String^ dfsName
)
static member GetDfsInfo :
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