Dynamicweb 8 Documentation
Contains Method (Item)

Field to search for.
Returns value indicating whether the given field is defined on a given item.
Syntax
'Declaration
 
Public Function Contains( _ 
   ByVal field As KeyValuePair(Of String,Object) _ 
) As Boolean
public bool Contains( 
   KeyValuePair<string,object> field 
)

Parameters

field
Field to search for.

Return Value

Value indicating whether the given field is defined on a given 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 Class
Item Members

Send Feedback