Click or drag to resize

DocumentVersionsGetAllDocumentVersionInformation Method

This methods returns an Enumeration of all Information related to document versions defined in the "DocumentVersions" information of an AutomationML document.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static IEnumerable<DocumentVersionInformation> GetAllDocumentVersionInformation(
	this CAEXFileType caexFile
)

Parameters

caexFile  CAEXFileType
the CAEX file of the AutomationML document.

Return Value

IEnumerableDocumentVersionInformation
Enumerable containing all Documents in the DocumentVersion information, or null if no DocumentVersion information exists.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type CAEXFileType. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also