Click or drag to resize

EditFormToItem Method (String, ItemType, ItemEntry, Boolean)

Note: This API is now obsolete.

Namespace:  Dynamicweb.Content.Items.Editors
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
[ObsoleteAttribute("Use ToItem(String, ItemType, ItemEntry)")]
public static ItemEntry ToItem(
	string parentSystemName,
	ItemType itemMeta,
	ItemEntry previousState,
	bool cleanup
)

Parameters

parentSystemName
Type: SystemString
itemMeta
Type: Dynamicweb.Content.Items.MetadataItemType
previousState
Type: Dynamicweb.Content.ItemsItemEntry
cleanup
Type: SystemBoolean

Return Value

Type: ItemEntry
See Also