Click or drag to resize

DataRule Constructor (UInt32, String)

Creating a data rule by its type and the string according to its type (if any).

Namespace:  OmniPageCSDK.Objects
Assembly:  OmniPageCSDK.Objects (in OmniPageCSDK.Objects.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntax
public DataRule(
	uint ruleType,
	string ruleString
)

Parameters

ruleType
Type: SystemUInt32
ruleString
Type: SystemString
See Also