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
fieldTypeFieldTypeThe field type to check.
Returns
IsList(FieldType?)
Determines if the specified FieldType is a list type.
public static bool IsList(this FieldType? fieldType)
Parameters
fieldTypeFieldTypeThe field type to check.