DFSLink Developer Documentation

DFSLink.addToDFS Method 

Add only one DFS Link to a DFS structure.

public void addToDFS(
   string dfsRoot,
   string netPath,
   ref int doubles,
   bool subFolders
);

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
Count's the doubles.
subFolders
True for add all subfolders.

See Also

DFSLink Class | dfslink Namespace