Click or drag to resize
IBatchHubServiceBatchJobGetAttachments Method
Gets information about the attachments of the job.

Namespace: PDTec.IceNet.Domain.BatchHub.Service.Interface
Assembly: PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
ServiceResult BatchJobGetAttachments(
	string jobId,
	out BatchJobAttachmentInfo[] attachments
)

Parameters

jobId
Type: SystemString
The batch job ID.
attachments
Type: PDTec.IceNet.Domain.BatchHub.Service.InterfaceBatchJobAttachmentInfo
The list of attachments associated with the batch job.

Return Value

Type: ServiceResult
The service result status information.
See Also