Click or drag to resize

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
)

Parameters

typeId
Type: SystemInt32

Return Value

Type: IEnumerableFieldType
See Also