This documentation is archived and is not being maintained.

ITemplateExporter::Export Method

Exports the specified methodology to the specified client folder.

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

void Export(
	String^ folderPath, 
	String^ templateName, 
	ILogHandler^ logHandler
)

Parameters

folderPath
Type: System::String

The local path to which to export the methodology.

templateName
Type: System::String

The name of the methodology to export.

logHandler
Type: Microsoft.TeamFoundation.Client::ILogHandler

A log handler to log export events.

Show: