Gets the specified attachment.

Namespace:  FreeFlow
Assembly:  FreeFlow.Client (in FreeFlow.Client.dll) Version: 2.0.0.135

Syntax

C#
byte[] GetAttachment(
	AttachmentType type,
	string file,
	string owner
)
Visual Basic (Declaration)
Function GetAttachment ( _
	type As AttachmentType, _
	file As String, _
	owner As String _
) As Byte()
Visual C++
array<unsigned char>^ GetAttachment(
	AttachmentType type, 
	String^ file, 
	String^ owner
)

Parameters

type
Type: FreeFlow..::.AttachmentType
The attachment type.
file
Type: System..::.String
The file name.
owner
Type: System..::.String
The owner of the attachment.

Return Value

See Also