ESRI.ArcGIS.Mobile
FilePath Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching Namespace > Attachment Class : FilePath Property

Gets the file path for the attachment.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property FilePath As String
C# 
public string FilePath {get;}

Remarks

FilePath refers to the location of the attachment file in local memory after it's been added by AttachmentManager, NOT the source location of Attachment file.

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