Class RegexRedactionMatchRule
Defines a rule to create redactions for all parts of the document where the text matches a given regular expression Pattern.
Inherited Members
Namespace: Accusoft.PrizmDocServer.Redaction
Assembly: PrizmDocServerSDK.dll
Syntax
public class RegexRedactionMatchRule : RedactionMatchRule
Constructors
RegexRedactionMatchRule()
Initializes a new instance of the RegexRedactionMatchRule class.
Declaration
public RegexRedactionMatchRule()
RegexRedactionMatchRule(String)
Initializes a new instance of the RegexRedactionMatchRule class.
Declaration
public RegexRedactionMatchRule(string pattern)
Parameters
Type | Name | Description |
---|---|---|
String | pattern | Regular expression pattern identifying document text for which redactions should be created. |
Properties
Pattern
Gets or sets the regular expression identifying document text for which redactions should be created.
Declaration
public string Pattern { get; set; }
Property Value
Type | Description |
---|---|
String |