HierarchyResultControl.GenerateResults Method
Generates the results the HierarchyResultControl as a JavaScript Object Notation (JSON) string.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Function GenerateResults As String
'Usage
Dim instance As HierarchyResultControl
Dim returnValue As String
returnValue = instance.GenerateResults()
public override string GenerateResults()
Return Value
Type: System.String
A String that contains JSON of the results.