 | AMLFileIsDocumentVersion Method |
Determines whether the specified XML element represents an AdditionalInformation object, using the specific
DocumentVersion syntax.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static bool IsDocumentVersion(
XElement element
)
Public Shared Function IsDocumentVersion (
element As XElement
) As Boolean
public:
static bool IsDocumentVersion(
XElement^ element
)
Parameters
- element XElement
- The element.
Return Value
Booleantrue if the specified element is a DocumentVersion element; otherwise,
false.
See Also