Dynamicweb 8 Documentation
InitializeField Method

Field name.
Field value.
Performs field initialization prior indexing.
Syntax
'Declaration
 
Protected Overrides Function InitializeField( _ 
   ByVal name As String, _ 
   ByVal value As String _ 
) As Dynamicweb.Searching.IndexEntryFieldInfo
protected override Dynamicweb.Searching.IndexEntryFieldInfo InitializeField( 
   string name,
   string value 
)

Parameters

name
Field name.
value
Field value.

Return Value

Field information.
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

ProductIndexEntry Class
ProductIndexEntry Members
Base Implementation in InitializeField

Send Feedback