Dynamicweb 8 Documentation
Clear Method (ProductIndexEntryCategoryFieldCollection)

Dictionary to fill.
Prefix used to identify fields.
Fills given dictionary with values from current collection of fields.
Syntax
'Declaration
 
Public Sub Clear( _ 
   ByVal fields As IDictionary(Of String,String), _ 
   ByVal prefix As String _ 
) 
public void Clear( 
   IDictionary<string,string> fields,
   string prefix 
)

Parameters

fields
Dictionary to fill.
prefix
Prefix used to identify fields.
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

ProductIndexEntryCategoryFieldCollection Class
ProductIndexEntryCategoryFieldCollection Members

Send Feedback