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

g
The graphic to query attachment info 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 specific graphic.

Syntax

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

Parameters

g
The graphic to query attachment info 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.