This documentation is archived and is not being maintained.

IProjectFile::Save Method

Generates the project file and saves it to the specified version control path. Also generates an empty TfsBuild.rsp file in the same location.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

void Save(
	String^ serverFolder
)

Parameters

serverFolder
Type: System::String

The version control folder path.

Show: