ApplicationService.GetAllAttachmentsMetaData Method (Int32)¶
Note: This API is now obsolete.
Returns a collection of ApplicationAttachment objects for a given application.
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
[ObsoleteAttribute("Use strongly typed GetAllAttachmentsMetaData(Application application) method")] public List<ApplicationAttachment> GetAllAttachmentsMetaData( int sticky_application_id )
VB¶
<ObsoleteAttribute("Use strongly typed GetAllAttachmentsMetaData(Application application) method")> Public Function GetAllAttachmentsMetaData ( sticky_application_id As Integer ) As List(Of ApplicationAttachment)
Parameters¶
- sticky_application_id
- Type: System.Int32
Return Value¶
Type: List(ApplicationAttachment)
Returns the requested ApplicationAttachment objects.
See Also¶
Reference¶
ApplicationService Class
GetAllAttachmentsMetaData Overload
Citrix.SDK.AppDNA Namespace