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.
Validates the methodology that is stored in the specified folder.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Sub ValidateTemplate ( _
folderPath As String _
)
void ValidateTemplate(
string folderPath
)
void ValidateTemplate(
String^ folderPath
)
abstract ValidateTemplate :
folderPath:string -> unit
function ValidateTemplate(
folderPath : String
)
Parameters
- folderPath
Type: System.String
The folder where the methodology to be validated is located.
.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.