Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFSearchTextOption Enumeration

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFSearchTextOption Enumeration
Indicates the text search option to be applied to the search pattern.

Namespace:  OSIsoft.AF.Search
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

public enum AFSearchTextOption
Public Enumeration AFSearchTextOption

Dim instance As AFSearchTextOption
public enum class AFSearchTextOption
type AFSearchTextOption

Members

  Member nameValueDescription
Contains1 Matches any text that contains the search string.
ExactMatch2 Matches any text that exactly the search string.
StartsWith3 Matches any text that starts with the search string.
EndsWith4 Matches any text that ends with the search string.

Remarks

This enumeration is used with the ConvertAFPatternToRegexPattern(String, AFSearchTextOption) method.

Version Information

AFSDK


See Also

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in