RMTrackServiceIssueAttachmentGet Method |
Get the binary data for an attachment. Not available from COM clients.
Namespace:
RMTrackApiClient
Assembly:
RMTrackApiClient (in RMTrackApiClient.dll) Version: 6.0.66.2974
Syntax public Stream IssueAttachmentGet(
int AttachmentId
)
Public Function IssueAttachmentGet (
AttachmentId As Integer
) As Stream
Parameters
- AttachmentId
- Type: SystemInt32
The id of the attachment who's data will be returned.
Return Value
Type:
StreamA stream containing the raw data. Any errors are raised as exceptions.
See Also