Click or drag to resize

CustomEntityDefinitionRegExSearchLength Property

Determines the maximum number of characters after (RegularExpressionAfter), before (RegularExpressionBefore) or before and after (RegularExpressionBeforeAndAfter) to use for RegularExpression search. See property RegularExpression for more information. The default value is 50 characters and this includes any whitespace characters.

Namespace: OpenDiscoverSDK.Interfaces.Settings.TextAnalytics
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public int RegExSearchLength { get; set; }

Property Value

Int32
See Also