Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the absolute virtual path for a file in the add-in folder.
Namespace: Microsoft.WindowsServerSolutions.Web.Extensibility
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public string GetVirtualPath(
string src
)
public:
String^ GetVirtualPath(
String^ src
)
Public Function GetVirtualPath (
src As String
) As String
Parameters
src
Type: System.StringThe absolute virtual path to the file.
Return Value
Type: System.String
An instance of String that contains the absolute virtual path.
See Also
WebAddInInfo Class
Microsoft.WindowsServerSolutions.Web.Extensibility Namespace
Return to top