This documentation is archived and is not being maintained.

ITemplateImporter::Import Method

Imports the methodology from the specified folder.

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

void Import(
	String^ folderPath, 
	ILogHandler^ logHandler
)

Parameters

folderPath
Type: System::String

The path of the folder where the methodology to be imported is stored.

logHandler
Type: Microsoft.TeamFoundation.Client::ILogHandler

A log handler to log events that occur during import.

Show: