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.
Returns the field value to render in Edit mode in Edit and New forms.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Overrides Function GetFieldValueForEdit ( _
value As Object _
) As String
'Usage
Dim instance As SPFieldMultiLineText
Dim value As Object
Dim returnValue As String
returnValue = instance.GetFieldValueForEdit(value)
public override string GetFieldValueForEdit(
Object value
)
value
Type: System.ObjectAn object that represents the value object to convert.
Type: System.String
A string that contains the field value to render in Edit mode.