PrizmDoc Server .NET SDK

Show / Hide Table of Contents

Class RegexRedactionMatchRule

Defines a rule to create redactions for all parts of the document where the text matches a given regular expression Pattern.

Inheritance
Object
RedactionMatchRule
RegexRedactionMatchRule
Inherited Members
RedactionMatchRule.RedactWith
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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
Back to top © 2019-2020 Accusoft Corporation. All Rights Reserved.