Dynamicweb 8 Documentation
GetProductFieldTypeByField(String,String) Method

An ID of the category.
Field tag name.
Get the type of the specified product category field.
Syntax
'Declaration
 
Public Overloads Shared Function GetProductFieldTypeByField( _ 
   ByVal categoryID As String, _ 
   ByVal tagName As String _ 
) As Type
public static Type GetProductFieldTypeByField( 
   string categoryID,
   string tagName 
)

Parameters

categoryID
An ID of the category.
tagName
Field tag name.

Return Value

Type of the field.
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