ESRI.ArcGIS.Mobile
GetAttachments(QueryFilter,EditState) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching Namespace > AttachmentManager Class > GetAttachments Method : GetAttachments(QueryFilter,EditState) Method

filter
editState
Gets the list of attachments based on an Edit State.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetAttachments( _
   ByVal filter As QueryFilter, _
   ByVal editState As EditState _
) As IList(Of Attachment)
C# 
public IList<Attachment> GetAttachments( 
   QueryFilter filter,
   EditState editState
)

Parameters

filter
editState

Remarks

Gets the list of attachment information based on a QueryFilter an the EditState of attachments. Similar to the EditState of a feature, if an attachment object is created in local storage but not uploaded yet, its EditState will be Added. If it is downloaded, it will be in Original EditState.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.