ESRI.ArcGIS.ADF
GetPhysicalPath Method
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF Namespace > IISHelper Class : GetPhysicalPath Method




iisPath
The Active Directory path of the virtual directory. Use GetIISLocation method to get the path.
physicalPath
The output physical path.
status
The output status message.
Get the physical path of a virtual directory.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetPhysicalPath( _
   ByVal iisPath As String, _
   ByRef physicalPath As String, _
   ByRef status As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim iisPath As String
Dim physicalPath As String
Dim status As String
Dim value As Boolean
 
value = IISHelper.GetPhysicalPath(iisPath, physicalPath, status)
C# 
public static bool GetPhysicalPath( 
   string iisPath,
   out string physicalPath,
   out string status
)

Parameters

iisPath
The Active Directory path of the virtual directory. Use GetIISLocation method to get the path.
physicalPath
The output physical path.
status
The output status message.

Return Value

true if getting physical path succeeds, false if not.

See Also

© 2010 All Rights Reserved.