Workspace.PendAdd Method
Include Protected Members
Include Inherited Members
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.
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. |
Top