Dynamicweb 8 Documentation
FromItem(ItemType,ItemEntry) Method

Item metadata.
Item instance.
Creates a form from the given item.
Syntax
'Declaration
 
Public Overloads Shared Function FromItem( _ 
   ByVal itemMeta As ItemType, _ 
   ByVal item As ItemEntry _ 
) As EditForm
public static EditForm FromItem( 
   ItemType itemMeta,
   ItemEntry item 
)

Parameters

itemMeta
Item metadata.
item
Item instance.

Return Value

Form.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EditForm Class
EditForm Members
Overload List

Send Feedback