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