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.
Converts the field type value into an object for use in Display, Edit and New item forms.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Function GetFieldValueForClientRender ( _
item As SPItem, _
mode As SPControlMode _
) As Object
'Usage
Dim instance As RelatedItemsField
Dim item As SPItem
Dim mode As SPControlMode
Dim returnValue As Object
returnValue = instance.GetFieldValueForClientRender(item, _
mode)
public override Object GetFieldValueForClientRender(
SPItem item,
SPControlMode mode
)
Parameters
item
Type: Microsoft.SharePoint.SPItemThe field type value to convert.
mode
Type: Microsoft.SharePoint.WebControls.SPControlModeThe form in which the object is used.
Return value
Type: System.Object
The field type value object for client rendering.