Dynamicweb 8 Documentation
GetProductFieldType Method

Type name of the product field.
Retrieves an instance of the Type object which corresponds to specified product field.
Syntax
'Declaration
 
Public Shared Function GetProductFieldType( _ 
   ByVal typeName As String _ 
) As Type
public static Type GetProductFieldType( 
   string typeName 
)

Parameters

typeName
Type name of the product field.

Return Value

Actual product field type.
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

ProductIndexEntryField Class
ProductIndexEntryField Members

Send Feedback