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.String

    The folder where the methodology to be validated is located.

.NET Framework Security

See Also

Reference

ITemplateValidator Interface

Microsoft.TeamFoundation.Client Namespace