Click or drag to resize

RedactFile Constructor (XElement)

Initializes an instance of the class from a serialized XML element.

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

Parameters

xml
Type: System.Xml.LinqXElement
The serialized XML element.
See Also