Method SetRevisionTexts
SetRevisionTexts(PdmObjectId, string, string)
Sets the major and minor revision texts of an object.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 9, 300, 80)]
void SetRevisionTexts(PdmObjectId inObjectId, string inMajorText, string inMinorText)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmObjectId | inObjectId | Object identifier. |
| string | inMajorText | Major revision text. |
| string | inMinorText | Minor revision text. |
Remarks
This method must not be called between StartModification(string, bool) and EndModification(bool, bool) methods calls.
This method is available since v7.9.300.80.