Share via


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)

Syntax

'Declaration
Sub Export ( _
    folderPath As String, _
    templateName As String, _
    logHandler As ILogHandler _
)
void Export(
    string folderPath,
    string templateName,
    ILogHandler logHandler
)
void Export(
    String^ folderPath, 
    String^ templateName, 
    ILogHandler^ logHandler
)
abstract Export : 
        folderPath:string * 
        templateName:string * 
        logHandler:ILogHandler -> unit
function Export(
    folderPath : String, 
    templateName : String, 
    logHandler : ILogHandler
)

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.

.NET Framework Security

See Also

Reference

ITemplateExporter Interface

Microsoft.TeamFoundation.Client Namespace