| Servoy Methods Summary | |
|---|---|
| String | getAttachmentId( ) |
| byte[] | getByteData( ) |
| byte[] | getByteData( IEConnection ) |
| String | getContentType( ) |
| String | getInlineAttachment( ) |
| String | getName( ) |
| Servoy Methods Details |
|---|
getAttachmentId
String getAttachmentId( )
Retrieve the attachment id.Returns
String id String
Supported Clients
SmartClient, WebClient, NGClient
getByteData
byte[] getByteData( )
Retrieve the byte array data.Returns
byte[] data byte[]
Supported Clients
SmartClient, WebClient, NGClient
getByteData
byte[] getByteData( IEConnection )
Retrieve the byte array data.Parameters
IEConnection connection the connection
Returns
byte[] data byte[]
Supported Clients
SmartClient, WebClient, NGClient
getContentType
String getContentType( )
Retrieve the Content Type.Returns
String type String
Supported Clients
SmartClient, WebClient, NGClient