Click or drag to resize

RedactRuleGetStandardRules 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: ListRedactRule
List of predefined rules.
See Also