PrizmDoc Server .NET SDK

Show / Hide Table of Contents

Class RedactionMatchRule

Base class for all redaction match rule types.

Inheritance
Object
RedactionMatchRule
RegexRedactionMatchRule
Inherited Members
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 abstract class RedactionMatchRule

Constructors

RedactionMatchRule()

Initializes a new instance of the RedactionMatchRule class.

Declaration
protected RedactionMatchRule()

Properties

RedactWith

Gets or sets the RedactionCreationOptions to use for all redactions created from this rule.

Declaration
public RedactionCreationOptions RedactWith { get; set; }
Property Value
Type Description
RedactionCreationOptions
Back to top © 2019-2020 Accusoft Corporation. All Rights Reserved.