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 relative path for a file in the add-in folder.
Namespace: Microsoft.WindowsServerSolutions.Web.Extensibility
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public string GetAppRelativePath(
string src
)
public:
String^ GetAppRelativePath(
String^ src
)
Public Function GetAppRelativePath (
src As String
) As String
Parameters
src
Type: System.StringThe relative path to 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