| EditFormToItemT Method (ItemType, T, Boolean) |
Namespace:
Dynamicweb.Content.Items.Editors
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public 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 T
Parameters
- itemMeta
- Type: Dynamicweb.Content.Items.MetadataItemType
- previousState
- Type: T
- cleanup
- Type: SystemBoolean
Type Parameters
- T
Return Value
Type:
TSee Also