  | FieldTypeGetFieldTypes Method (Int32) | 
 Note: This API is now obsolete.
 
    Namespace: 
   Dynamicweb.Ecommerce.Products
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax[ObsoleteAttribute("Use 'Ecommerce.Services.FieldType.GetFieldTypes' instead")]
public static IEnumerable<FieldType> GetFieldTypes(
	int typeId
)<ObsoleteAttribute("Use 'Ecommerce.Services.FieldType.GetFieldTypes' instead")>
Public Shared Function GetFieldTypes ( 
	typeId As Integer
) As IEnumerable(Of FieldType)Parameters
- typeId
 - Type: SystemInt32
 
Return Value
Type: 
IEnumerableFieldType
See Also