Dynamicweb 8 Documentation
PartiallyLoadFrom Method (ProductIndexEntryCategoryFieldCollection)

Dictionary of key-value pairs.
Prefix used to identify fields.
Loads fields from specified dictionary.
Syntax
'Declaration
 
Public Sub PartiallyLoadFrom( _ 
   ByVal fields As IDictionary(Of String,String), _ 
   ByVal prefix As String _ 
) 
public void PartiallyLoadFrom( 
   IDictionary<string,string> fields,
   string prefix 
)

Parameters

fields
Dictionary of key-value pairs.
prefix
Prefix used to identify fields.
Remarks
Note that actual values are not loaded.
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