TreeControl.PerformDataBinding method

Steps through the IHierarchyDataSource object and generates a JSON string representation of the data source.

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

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Protected Overrides Sub PerformDataBinding
'Usage

Me.PerformDataBinding()
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
protected override void PerformDataBinding()

See also

Reference

TreeControl class

TreeControl members

Microsoft.SharePoint.Taxonomy namespace