Click or drag to resize

EditFormToItem Method (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(ItemType, ItemEntry)")]
public static ItemEntry ToItem(
	ItemType itemMeta,
	ItemEntry previousState,
	bool cleanup
)

Parameters

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

Return Value

Type: ItemEntry
See Also