Click or drag to resize
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.Ticketing
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
Stream GetAttachmentStream(
	long attachmentDataId
)

Parameters

attachmentDataId
Type: SystemInt64
The id of the attachment

Return Value

Type: Stream
An open data stream. If the attachment is not found, an empty stream will be returned
Exceptions
ExceptionCondition
InvalidIdentifierExceptionThrown if the identifier is invalid.
See Also