Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Emits the field schema object as JavaScript Object Notation (JSON).
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Function GetJsonClientFormFieldSchema ( _
mode As SPControlMode _
) As Dictionary(Of String, Object)
'Usage
Dim instance As SPFieldGeolocation
Dim mode As SPControlMode
Dim returnValue As Dictionary(Of String, Object)
returnValue = instance.GetJsonClientFormFieldSchema(mode)
public override Dictionary<string, Object> GetJsonClientFormFieldSchema(
SPControlMode mode
)
Parameters
mode
Type: Microsoft.SharePoint.WebControls.SPControlModeThe current mode in which to format the data.
Return value
Type: System.Collections.Generic.Dictionary<String, Object>
Dictionary containing the schema.
Remarks
Converts the field type value into an object for use in the Display, Edit, and New item forms.