TaxonomyField.FilteringJavascript method

Returns a string containing the that must be rendered on a page to display hierarchical filtering in the filter menu.

Namespace:  Microsoft.SharePoint.Taxonomy
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
Public Shared Function FilteringJavascript As String
'Usage
Dim returnValue As String

returnValue = TaxonomyField.FilteringJavascript()
public static string FilteringJavascript()

Return value

Type: System.String
A string containing the ECMAScript (JavaScript, JScript) code without script blocks surrounding it.

See also

Reference

TaxonomyField class

TaxonomyField members

Microsoft.SharePoint.Taxonomy namespace

Microsoft.SharePoint.Taxonomy

Microsoft.SharePoint