Dynamicweb 8 Documentation
Create Method (ItemEntry)

Item system name.
Creates a new instance of an item with the given system name.
Syntax
'Declaration
 
Public Shared Function Create( _ 
   ByVal systemName As String _ 
) As ItemEntry
public static ItemEntry Create( 
   string systemName 
)

Parameters

systemName
Item system name.

Return Value

A new instance of an item with the given system name.
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

ItemEntry Class
ItemEntry Members

Send Feedback