ESRI.ArcGIS.ADF.Web.UI.WebControls
OutputDirectory Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Map Class : OutputDirectory Property




The path to the directory where any output images will be written.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
<ResDescriptionAttribute("The path to the directory where any output images will be written.")>
Public ReadOnly Property OutputDirectory As String
Visual Basic (Usage)Copy Code
Dim instance As Map
Dim value As String
 
value = instance.OutputDirectory
C# 
[BrowsableAttribute(false)]
[ResDescriptionAttribute("The path to the directory where any output images will be written.")]
public string OutputDirectory {get;}

Remarks

Normally this property should not be set. Instead, set the VirtualDirectory property to a location that can be mapped to a physical directory accessible to the Web application. The server will perform this mapping and write output images to the directory. See the VirtualDirectory property for information on output images.

See Also

© 2010 All Rights Reserved.