Click or drag to resize

DocumentVersions Methods

The DocumentVersions type exposes the following members.

Methods
 NameDescription
Public Extension MethodAppendDocumentVersionInformation(CAEXFileType, DocumentVersionInformation, String) Appends the provided document version information to the AutomationML document
Public Extension MethodAppendDocumentVersionInformation(CAEXFileType, String, String, String) This function sets the DocumentVersion information for a referenced document. If DocumentVersion information about the same document Identifier already exists, this DocumentVersion information is replaced.
Public Extension MethodCreateDocumentVersionsHeader Creates the additional information representing a document versions header and appends it to the AutomationML document.
Public Extension MethodDeleteDocumentVersionInformation This function deletes all existing DocumentVersion information from the AutomationML document corresponding to the documentID.
Public Extension MethodDocumentVersionsHeader Get the Additional Information XML-Node from the CAEXFile, which represents the Document Versions node.
Public Extension MethodGetAllDocumentVersionInformation This methods returns an Enumeration of all Information related to document versions defined in the "DocumentVersions" information of an AutomationML document.
Public Extension MethodGetDocumentVersionInformation This function returns the DocumentVersion Information from the AutomationML document with the specified document Identifier, otherwise null.
Public Extension MethodReplaceDocumentVersionInformation This function replaces any existing DocumentVersion information corresponding to the identical oldDocumentID with the provided new DocumentVersion information.
Top
See Also