Compartilhar via


WebAddInInfo.GetPhysicalPath Method (String)

 

Returns the physical path for a file in the add-in folder.

Namespace:   Microsoft.WindowsServerSolutions.Web.Extensibility
Assembly:  Wssg.Web (in Wssg.Web.dll)

Syntax

public string GetPhysicalPath(
    string src
)
public:
String^ GetPhysicalPath(
    String^ src
)
Public Function GetPhysicalPath (
    src As String
) As String

Parameters

  • src
    Type: System.String

    The relative path to the add-in folder.

Return Value

Type: System.String

An instance of String that contains the relative path.

See Also

WebAddInInfo Class
Microsoft.WindowsServerSolutions.Web.Extensibility Namespace

Return to top