Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
- logHandler
Type: Microsoft.TeamFoundation.Client.ILogHandler
A log handler to log export events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.