Click or drag to resize

RedactRuleFromXml Method

Loads the readction rule from the specified XML element.

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

Parameters

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