ESRI.ArcGIS.ADF.Core
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) 
Public Delegate Function XmlHelper.Save( _
   ByVal sTargetXML As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As New Save(AddressOf HandlerMethod)
C# 
public delegate bool XmlHelper.Save( 
   string sTargetXML
)

Parameters

sTargetXML

See Also

© 2010 All Rights Reserved.