This interface is available on AMDocument objects. It exposes functionality control and describes document revisions.
Name | Description |
---|---|
Creates a working copy or Quick Change |
|
True if a working copy can be created |
|
Reserved. See “About reserved objects, methods, and properties.” |
|
The work area to which the document is assigned (AMWorkPackage object) |
|
The date/time this revision was ended |
|
The date/time this revision was started |
|
Submits a working copy or Quick Change |
|
Reserved. See “About reserved objects, methods, and properties.” |
|
True if the document is assigned to a work area |
|
True if the document is assigned to the current work area |
|
True if the document is assigned to a sub work area of the current work area |
|
Reserved. See “About reserved objects, methods, and properties.” |
|
True if a working copy exists for this document (for any user) |
|
Reserved. See “About reserved objects, methods, and properties.” |
|
Reserved. See “About reserved objects, methods, and properties.” |
|
The date/time the document was submitted |
|
The name of the user who submitted the document |
|
The context in which this document was released or submitted |
|
The date/time the document was released or submitted |
|
The name of the user who released or submitted the document |
|
The name of the person who last had a working copy of the document |
|
The name of the user who owns the working copy of this document |
|
True if the current user owns the working copy for this document |
|
The number of revisions stored for this document |
|
The ID for this revision |
|
Reserved. See “About reserved objects, methods, and properties.” |
|
Collection of all revisions |
|
The user that created the working copy |
|
The name of the work area the document is assigned to |
|
Reserved. See “About reserved objects, methods, and properties.” |
Name | Description |
---|---|
Returns the version number as it will be after the next submit/release action on this document. |
|
Ends the draft version, with the option to abort changes. This method is deprecated; do not use it. Use IAMVersionable4::EndDocumentDraftVersion instead. |
Name | Description |
---|---|
Ends the draft version, with the option to abort changes. For flags, see ENDDRAFTVERSION_FLAGS constants. |
Remarks
The Versions property returns a collection of all revisions for a document. Items in this collection are read-only document objects that represent revisions in history. Most methods can not be used on these historical objects.
The Meridian server cannot create more than one revision of a document per transaction. The methods BeginDraftVersion and ChangeState will return an error when attempting to create a second revision.