Dynamicweb 8 Documentation
Remove Method (Item)

Field to remove.
Removes the given field from the item.
Syntax
'Declaration
 
Public Function Remove( _ 
   ByVal field As KeyValuePair(Of String,Object) _ 
) As Boolean
public bool Remove( 
   KeyValuePair<string,object> field 
)

Parameters

field
Field to remove.

Return Value

Value indicating whether field has been removed successfully.
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