ScriptWebPart.IsTemplateLocationValid method

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Protected Overridable Function IsTemplateLocationValid ( _
    templateLink As String _
) As Boolean
'Usage
Dim templateLink As String
Dim returnValue As Boolean

returnValue = Me.IsTemplateLocationValid(templateLink)
protected virtual bool IsTemplateLocationValid(
    string templateLink
)

Parameters

Return value

Type: System.Boolean

See also

Reference

ScriptWebPart class

ScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace