ESRI.ArcGIS.Mobile
AttachmentsAddedToCache Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching.Synchronization Namespace > FeatureAttachmentSyncResults Class : AttachmentsAddedToCache Property

Gets the dictionary of Attachments that are added to the cache.

Syntax

Visual Basic (Declaration) 
<CompilerGeneratedAttribute()>
Public ReadOnly Property AttachmentsAddedToCache As IList(Of Attachment)
C# 
[CompilerGeneratedAttribute()]
public IList<Attachment> AttachmentsAddedToCache {get;}

Remarks

If attachments are downloaded to the local storage successfully, their information will be populated to the AttachmentsAddedToCache list.

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.