This documentation is archived and is not being maintained.
Workspace::PendAdd Method
Visual Studio 2013
Queues files or a folder for addition to the version-control repository.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
PendAdd(String) | Queues files or a folder for addition to the version-control repository. |
|
PendAdd(array<String>) | Queues files or folders for addition to the version-control repository. |
|
PendAdd(String, Boolean) | Queues files, folders, and subitems for addition to the version-control repository. |
|
PendAdd(array<String>, Boolean) | Queues files or folders for addition to the version-control repository. |
|
PendAdd(array<String>, Boolean, String, LockLevel) | Queues files or folders for addition to the version-control repository. |
|
PendAdd(array<String>, Boolean, String, LockLevel, Boolean) | Queues files or folders for addition to the version-control repository. |
|
PendAdd(array<String>, Boolean, String, LockLevel, Boolean, Boolean) | Queues files or folders for addition to the version-control repository. |
|
PendAdd(array<String>, Boolean, String, LockLevel, Boolean, Boolean, Boolean) | Queues files or folders for addition to the repository. This method can recurse through the specified path to queue subitems in addition to the items matched by the specified path. |
Show: