ArcGIS API for WPF - Library Reference
QueryAttachmentInfos(String,Action<IEnumerable<AttachmentInfo>>,Action<Exception>) Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > FeatureLayer Class > QueryAttachmentInfos Method : QueryAttachmentInfos(String,Action<IEnumerable<AttachmentInfo>>,Action<Exception>) Method

featureID
The feature ID to query for.
callback
The method to call on completion.
errorCallback
The method to call in the event of an error.
Queries for a list of attachments for a feature with the specified feature ID.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub QueryAttachmentInfos( _
   ByVal featureID As String, _
   ByVal callback As Action(Of IEnumerable(Of AttachmentInfo)), _
   ByVal errorCallback As Action(Of Exception) _
) 
C# 
public void QueryAttachmentInfos( 
   string featureID,
   Action<IEnumerable<AttachmentInfo>> callback,
   Action<Exception> errorCallback
)

Parameters

featureID
The feature ID to query for.
callback
The method to call on completion.
errorCallback
The method to call in the event of an error.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.