Click or drag to resize

RedactRule Constructor (XElement)

Initialize a new instance of the RedactRule class from the specified XML element.

Namespace:  Opait.Redact
Assembly:  Opait.Redact (in Opait.Redact.dll) Version: 1.3.3.0
Syntax
C#
public RedactRule(
	XElement xml
)

Parameters

xml
Type: System.Xml.LinqXElement
The XML element to initialize from.
See Also