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

featureSource
featureId
name
Create an instance of Attachment Class

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal featureSource As FeatureSource, _
   ByVal featureId As Integer, _
   ByVal name As String _
)
C# 
public Attachment( 
   FeatureSource featureSource,
   int featureId,
   string name
)

Parameters

featureSource
featureId
name

Remarks

Name should contain the file type of the attachment file. For more details please refer to the Attachment.Name property

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