ESRI.ArcGIS.ADF.IMS
Save(String) Method
See Also 
ESRI.ArcGIS.ADF.IMS.Administration Namespace > Publisher Class > Save Method : Save(String) Method




fileName
Name of the service configuration file.
Saves a MapView into an ArcXML configuration file.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Save( _
   ByVal fileName As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As Publisher
Dim fileName As String
 
instance.Save(fileName)
C# 
public void Save( 
   string fileName
)

Parameters

fileName
Name of the service configuration file.

See Also

© 2010 All Rights Reserved.