  | EditFormToItemT Method (ItemType, T, Boolean) | 
  
    Namespace: 
   Dynamicweb.Content.Items.Editors
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic static T ToItem<T>(
	ItemType itemMeta,
	T previousState,
	bool cleanup
)
where T : new(), ItemEntry
Public Shared Function ToItem(Of T As {New, ItemEntry}) ( 
	itemMeta As ItemType,
	previousState As T,
	cleanup As Boolean
) As TParameters
- itemMeta
 - Type: Dynamicweb.Content.Items.MetadataItemType
 - previousState
 - Type: T
 - cleanup
 - Type: SystemBoolean
 
Type Parameters
- T
 
Return Value
Type: 
T
See Also