Click or drag to resize

RedactFileFromXml Method

Initializes this instance from a serialized 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 serialized XML element.
See Also