Dynamicweb 8 Documentation
Add Method (Item)

Field to add.
Adds new field to this item.
Syntax
'Declaration
 
Public Sub Add( _ 
   ByVal field As KeyValuePair(Of String,Object) _ 
) 
public void Add( 
   KeyValuePair<string,object> field 
)

Parameters

field
Field to add.
Remarks
If the field with the given name already exists, its value will be overwritten.
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 Class
Item Members

Send Feedback