  | 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
)<ObsoleteAttribute("Use ToItem(String, ItemType, ItemEntry)")>
Public Shared Function ToItem ( 
	parentSystemName As String,
	itemMeta As ItemType,
	previousState As ItemEntry,
	cleanup As Boolean
) As ItemEntryParameters
- parentSystemName
 - Type: SystemString
 - itemMeta
 - Type: Dynamicweb.Content.Items.MetadataItemType
 - previousState
 - Type: Dynamicweb.Content.ItemsItemEntry
 - cleanup
 - Type: SystemBoolean
 
Return Value
Type: 
ItemEntry
See Also