ESRI.ArcGIS.ADF.ArcGISServer
DeleteAttachmentsAsync(Int32,Int32[]) Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > FeatureServerProxy Class > DeleteAttachmentsAsync Method : DeleteAttachmentsAsync(Int32,Int32[]) Method




LayerOrTableID
IDsOfAttachmentsToDelete

Syntax

Visual Basic (Declaration) 
Public Overloads Sub DeleteAttachmentsAsync( _
   ByVal LayerOrTableID As Integer, _
   ByVal IDsOfAttachmentsToDelete() As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As FeatureServerProxy
Dim LayerOrTableID As Integer
Dim IDsOfAttachmentsToDelete() As Integer
 
instance.DeleteAttachmentsAsync(LayerOrTableID, IDsOfAttachmentsToDelete)
C# 
public void DeleteAttachmentsAsync( 
   int LayerOrTableID,
   int[] IDsOfAttachmentsToDelete
)

Parameters

LayerOrTableID
IDsOfAttachmentsToDelete

See Also

© 2010 All Rights Reserved.