| EditorManagerConvertValue Method (String, Object, ItemEntry) |
Namespace:
Dynamicweb.Content.Items.Editors
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public Object ConvertValue(
string fieldName,
Object fieldValue,
ItemEntry item
)
Public Function ConvertValue (
fieldName As String,
fieldValue As Object,
item As ItemEntry
) As Object
Parameters
- fieldName
- Type: SystemString
- fieldValue
- Type: SystemObject
- item
- Type: Dynamicweb.Content.ItemsItemEntry
Return Value
Type:
ObjectSee Also