Click or drag to resize

RedactRule.GetStandardRules Method

Gets a copy of the standard predefined rules.

Namespace:  Opait.Redact
Assembly:  Opait.Redact (in Opait.Redact.dll) Version: 1.3.3.0
Syntax
C#
public static List<RedactRule> GetStandardRules()

Return Value

Type: List<RedactRule>
List of predefined rules.
See Also