This documentation is archived and is not being maintained.
Workspace::PendAdd Method (String, Boolean)
Visual Studio 2013
Queues files, folders, and subitems for addition to the version-control repository.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Parameters
- path
- Type: System::String
A local path that represents the items to be added.
- isRecursive
- Type: System::Boolean
True to recurse through subitems; otherwise, false.
For more information about how to use this method, see Extending Version Control.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: