Dynamicweb 8 Documentation
ToItem Method (Items.CancelableItemArgs)

ItemEntry object to convert.
Returns an instance of an Item object that corresponds to the given ItemEntry object.
Syntax
'Declaration
 
Public Function ToItem( _ 
   ByVal i As ItemEntry _ 
) As Item
public Item ToItem( 
   ItemEntry i 
)

Parameters

i
ItemEntry object to convert.

Return Value

An instance of an Item object.
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

Items.CancelableItemArgs Class
Items.CancelableItemArgs Members

Send Feedback