ITicketManagerGetAttachmentStream Method |
[This is preliminary documentation and is subject to change.]
Returns a data stream for the specified attachment. Remember to dispose the stream
Namespace: Netadmin.Management.TicketingAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxStream GetAttachmentStream(
long attachmentDataId
)
Function GetAttachmentStream (
attachmentDataId As Long
) As Stream
Parameters
- attachmentDataId
- Type: SystemInt64
The id of the attachment
Return Value
Type:
StreamAn open data stream. If the attachment is not found, an empty stream will be returned
Exceptions
See Also