Click or drag to resize

EditFormFromItem Method (String, ItemType, ItemEntry, EditFormRenderer)

Namespace:  Dynamicweb.Content.Items.Editors
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public static EditForm FromItem(
	string parentSystemName,
	ItemType itemMeta,
	ItemEntry item,
	EditFormRenderer renderer
)

Parameters

parentSystemName
Type: SystemString
itemMeta
Type: Dynamicweb.Content.Items.MetadataItemType
item
Type: Dynamicweb.Content.ItemsItemEntry
renderer
Type: Dynamicweb.Content.Items.EditorsEditFormRenderer

Return Value

Type: EditForm
See Also