Click or drag to resize

IBatchHubServiceBatchJobGetAttachmentUrl Method

Retrieves the URL (HTTP/S GET) for a batch job attachment. This method fails if the attachment is not stored in an HTTP/S Vault.

Namespace:  PDTec.IceNet.Domain.BatchHub.Service.Interface
Assembly:  PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
ServiceResult 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: ServiceResult
The service result status information.
See Also