Click or drag to resize

AMLFileIsGenericAdditionalInformation Method

Determines whether the specified XML element represents an AdditionalInformation object, not using any specific syntax as the DocumentVersion or WriterHeader elements.

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

Parameters

element  XElement
The element.

Return Value

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