ApplicationService.GetAttachmentData Method¶
Returns the data for a specific attachment_data_id
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public byte[] GetAttachmentData(
int attachment_data_id
)
VB¶
Public Function GetAttachmentData (
attachment_data_id As Integer
) As Byte()
Parameters¶
- attachment_data_id
- Type: System.Int32
Return Value¶
Type: Byte[]
Returns the requested ApplicationAttachment objects.