SPField.GetJsonClientFormFieldSchema method
SharePoint 2013
When overridden in a derived class, gets an object containing information from the field's schema that is useful for client rendering of the field in forms.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Parameters
- mode
- Type: Microsoft.SharePoint.WebControls.SPControlMode
A value that specifies whether the returned object should include information for the Display form, or Edit form, or New form.
Return value
Type: System.Collections.Generic.Dictionary<String, Object>The field schema information needed for client rendering. For example, the default implementation includes information about whether the field is hidden and read only.