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.