Share via


WebAddInInfo.GetVirtualPath Method (String)

 

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

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