This topic has not yet been rated - Rate this topic

Workspace.PendAdd Method (String[])

Queues files or folders for addition to the version-control repository.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public int PendAdd(
	string[] paths
)

Parameters

paths
Type: String[]

An array of paths that represent items that should be added.

Return Value

Type: Int32
The number of files or folders that were queued for addition.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.