Dynamicweb 8 Documentation
GetProductFieldTypeByField(String) Method

Product field ID.
Gets the type of the specified product field.
Syntax
'Declaration
 
Public Overloads Shared Function GetProductFieldTypeByField( _ 
   ByVal productFieldID As String _ 
) As Type
public static Type GetProductFieldTypeByField( 
   string productFieldID 
)

Parameters

productFieldID
Product field ID.

Return Value

Type of the specified product.
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
Overload List

Send Feedback