Method GetNCFilesDocuments
GetNCFilesDocuments(DocumentId, string)
Get from the Pdm the Iso files created for the given cam file.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 9, 0, 0)]
List<DocumentId> GetNCFilesDocuments(DocumentId inCamDocumentId, string inPPId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inCamDocumentId | Identifier of the Cam document to scan. |
| string | inPPId | Name of the PP or empty to find Isos from all PPs. |
Returns
| Type | Description |
|---|---|
| List<DocumentId> | List of Iso documents. |