Click or drag to resize

AMLFileIsDocumentVersion Method

Determines whether the specified XML element represents an AdditionalInformation object, using the specific DocumentVersion syntax.

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

Parameters

element  XElement
The element.

Return Value

Boolean
true if the specified element is a DocumentVersion element; otherwise, false.
See Also