SearchFileSystemCriteriaRegExprType Property

Gets or sets the flag indicating if regular expressions should be interpreted as the default Boost (Perl compatible) regexs or the simpler Classic regexs.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public RegularExpressionType RegExprType { get; set; }

Property Value

RegularExpressionType

See Also