Click or drag to resize

RedactRuleFindRule Method

Finds a predefined rule by name.

Namespace:  Opait.Redact
Assembly:  Opait.Redact (in Opait.Redact.dll) Version: 1.3.3.0
Syntax
C#
public static RedactRule FindRule(
	string name
)

Parameters

name
Type: SystemString
The name of the rule to find.

Return Value

Type: RedactRule
The predefined rule or null if not found.
See Also