Click or drag to resize

DocumentVersionInformation(XElement) Constructor

Initializes a new instance of the DocumentVersionInformation class using the provided XML node (this should be an ADDITIONALINFORMATION_STRING), containing document content.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public DocumentVersionInformation(
	XElement element
)

Parameters

element  XElement
The element.
See Also