ITemplateValidator.ValidateTemplate Method
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.StringThe 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.