RMTrackServiceIssueAttachmentGetBytes Method |
Get the binary data for an attachment.
Namespace:
RMTrackApiClient
Assembly:
RMTrackApiClient (in RMTrackApiClient.dll) Version: 6.0.66.2974
Syntax public byte[] IssueAttachmentGetBytes(
int AttachmentId
)
Public Function IssueAttachmentGetBytes (
AttachmentId As Integer
) As Byte()
Parameters
- AttachmentId
- Type: SystemInt32
The id of the attachment who's data will be returned.
Return Value
Type:
ByteA stream containing the raw data. Any errors are raised as exceptions.
Implements
IRMTrackServiceIssueAttachmentGetBytes(Int32)See Also