Show / Hide Table of Contents

Enum StringSearchType

Enumeration that exposes what search types that are supported.

Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum StringSearchType

Fields

Name Description
BeginsWith

1: The BeginsWith element searches for a string at the start of your searchable content.

Contains

3: The Exact element searches for a string in searchable content.

EndsWith

2: The EndsWith element searches for a string at the end of your searchable content.

Exact

0: The Exact element searches for an exact string in your searchable content.

Extension Methods

EnumUtil.MapEnums<SuperOffice.Data.StringSearchType, To>()
ObjectExtensions.AssignByReflection<StringSearchType>(StringSearchType)
ObjectExtensions.GraphCopy<StringSearchType>()
Converters.MapEnums<StringSearchType, To>()
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top