Dynamicweb 8 Documentation
Item Class
Members 

Represents an item whose fields can be dynamically added and removed at run time. This class cannot be inherited.
Object Model
Item ClassObject Class
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")> 
Public NotInheritable Class Item 
   Inherits ItemEntry
[DefaultMemberAttribute("Item")] 
public sealed class Item : ItemEntry 
Remarks
For implementing your own item types, use ItemEntry as a base type.
Inheritance Hierarchy

System.Object
   Dynamicweb.Content.Items.ItemEntry
      Dynamicweb.Content.Items.Item

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

Item Members
Dynamicweb.Content.Items Namespace

Send Feedback