Table of Contents

Enum SearchTypes

Namespace
Dynamicweb.Ecommerce.Searching
Assembly
Dynamicweb.Ecommerce.dll

Specifies the search type.

public enum SearchTypes

Fields

BiggerThen = 5
Exact = 3
LesserThen = 4
Like = 0
Not = 2
NotLike = 1
To top