Method ExportMinorRevisionFile
ExportMinorRevisionFile(PdmMinorRevisionId, string)
Exports a non TopSolid document minor revision to a file without conversion.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 0, 0)]
void ExportMinorRevisionFile(PdmMinorRevisionId inMinorRevisionId, string inFullName)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmMinorRevisionId | inMinorRevisionId | Identifier of document minor revision to export. |
| string | inFullName | Full name of the file to create. |
Remarks
This method must not be called between StartModification(string, bool) and EndModification(bool, bool) methods calls.
This method is available since v7.7.