IBatchHubServiceBatchJobGetAttachmentUrl Method |
Retrieves the URL (HTTP/S GET) for a batch job attachment. This method fails if the attachment is not stored in an Ice/Crypto Vault.
Namespace: PDTec.IceNet.Domain.BatchHub.Service.InterfaceAssembly: PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 6.0.0.0 (6.0.6225.27214)
SyntaxServiceResult BatchJobGetAttachmentUrl(
string jobId,
string attachmentName,
out string attachmentUrl
)
Parameters
- jobId
- Type: SystemString
The batch job ID. - attachmentName
- Type: SystemString
The attachment name. - attachmentUrl
- Type: SystemString
The attachment URL.
Return Value
Type:
ServiceResultThe service result status information.
See Also