Method SaveAs
SaveAs(DocumentId, PdmObjectId, string)
Saves a document as a new document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 0, 0)]
DocumentId SaveAs(DocumentId inDocumentId, PdmObjectId inOwnerId, string inName)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Document identifier to save as. |
| PdmObjectId | inOwnerId | Owner object identifier. |
| string | inName | Name of the created document. |
Returns
| Type | Description |
|---|---|
| DocumentId | Created document identifier. |
Remarks
This method is available since v7.11.