Table of Contents

Class FieldTypeExtensions

Namespace
Dynamicweb.Ecommerce.Products
Assembly
Dynamicweb.Ecommerce.dll
public static class FieldTypeExtensions
Inheritance
FieldTypeExtensions
Inherited Members

Methods

IsCustom(FieldType?)

Determines if the specified FieldType is custom, i.e. not a system field type.

public static bool IsCustom(this FieldType? fieldType)

Parameters

fieldType FieldType

The field type to check.

Returns

bool

IsList(FieldType?)

Determines if the specified FieldType is a list type.

public static bool IsList(this FieldType? fieldType)

Parameters

fieldType FieldType

The field type to check.

Returns

bool
To top