.NET Framework Class Library
Revision Methods
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > Revision Class > .NET Framework Class Library |
The Revision type exposes the following members.
Methods
|
Name |
Description |
|---|---|---|
|
Activates an older revision as current revision. |
|
|
The command displays the default single document approval dialog, with the two choices for approving to the next revision or back to the previous revision. |
|
|
Checks in the current open document and closes it |
|
|
Returns the way the current document has been checkedin. |
|
|
Checks out the current selected document and opens it. |
|
|
Checks-out a document whose unique is id equal to docUid, impersonating the user with name equal to user. |
|
|
Queries the MW datasource for the existance of a specific file in configuration. |
|
|
Equals |
(Inherited from Object.) |
|
Finalize |
(Inherited from Object.) |
|
GetHashCode |
(Inherited from Object.) |
|
Retrieves the next revision label based on the provided name and revision array. |
|
|
Retrieves the number of revision for a document. |
|
|
GetType |
(Inherited from Object.) |
|
Increments the actual state of the last selected document or overwrites the current revision. |
|
|
MemberwiseClone |
(Inherited from Object.) |
|
Similar to the IncrementRevisionState; the only difference is that the revision is not automatically incremented to a computer calculated value but, instead, is assigned as argument. |
|
|
Determines whether the given revision is a major release based on the global revision phase settings and the provided revision string. |
|
|
Determines whether the given revision is a minor release based on the global revision phase settings and the provided revision string. |
|
|
Determines whether the given revision is a pre-release based on the global revision phase settings and the provided revision string. |
|
|
Renames the revision of the currently selected document with the assigned new name. If docUid is passed as optional argument, it works on the document with that unique id. If ecoID is passed as optional argument, the ECO_ID field of the REVISIONS table record is filled with the value passed to the function (used if docUid is specified). |
|
|
ToString |
(Inherited from Object.) |
|
Opens a previous revision in the CAD desktop |
See Also