DavRequestApplicationPath Property 
IT Hit WebDAV Classes Reference 
            Gets virtual application root path on the server.
            
 
    Namespace: 
   ITHit.WebDAV.Server.Extensibility
    Assembly:
   ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 7.1.4620
 Syntax
Syntaxpublic abstract string ApplicationPath { get; }Public MustOverride ReadOnly Property ApplicationPath As String
	Get
public:
virtual property String^ ApplicationPath {
	String^ get () abstract;
}abstract ApplicationPath : string with get
Property Value
Type: 
String
            The virtual path of the current application.
            
 See Also
See Also