This topic has not yet been rated - Rate this topic

TaxonomyField.GetJsonClientFormFieldSchema method

SharePoint 2013

Returns the necessary field schema information for client-side rendering of this control.

Namespace:  Microsoft.SharePoint.Taxonomy
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
public override Dictionary<string, Object> GetJsonClientFormFieldSchema(
	SPControlMode mode
)

Parameters

mode
Type: Microsoft.SharePoint.WebControls.SPControlMode
The mode for which the field schema will be generated. Can be one of Display, Edit or New.

Return value

Type: System.Collections.Generic.Dictionary<String, Object>
A dictionary containing the schema information.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.