Click or drag to resize

RedactFile.FromXml 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.Linq.XElement
The serialized XML element.
See Also