ESRI.ArcGIS.ADF
XmlHelper.Save Delegate
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF Namespace : XmlHelper.Save Delegate




sTargetXML
delegates - more complex save operations can do it themselves...

Syntax

Visual Basic (Declaration) 
<ObsoleteAttribute("The assembly containing this class is obsolete.  Reference the ESRI.ArcGIS.ADF.Core assembly instead.")>
Public Delegate Function XmlHelper.Save( _
   ByVal sTargetXML As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As New Save(AddressOf HandlerMethod)
C# 
[ObsoleteAttribute("The assembly containing this class is obsolete.  Reference the ESRI.ArcGIS.ADF.Core assembly instead.")]
public delegate bool XmlHelper.Save( 
   string sTargetXML
)

Parameters

sTargetXML

See Also

© 2010 All Rights Reserved.