DFSLink Developer Documentation

DFSLink.DFSLinkAdd Method 

Prepares the given arguments for adding into the DFS structure and calls then NetDFSAdd(...).

private void DFSLinkAdd(
   string dfsRoot,
   string netPath,
   ref int doubles
);

Parameters

dfsRoot
A string that specifies the Universal Naming Convention path of named Dfs root.
netPath
A string that specifies the target Universal Naming Convention path of a Dfs link.
doubles
A reference to an interger value which presents folder doubles.

See Also

DFSLink Class | dfslink Namespace