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.
Combines paths to create a base path.
Namespace:   Microsoft.WindowsServerSolutions.Web
Assembly:  Wssg.Web (in Wssg.Web.dll)
Syntax
public static string CombineVirtualPath(
    string basePath,
    params string[] adds
)
public:
static String^ CombineVirtualPath(
    String^ basePath,
    ... array<String^>^ adds
)
Public Shared Function CombineVirtualPath (
    basePath As String,
    ParamArray adds As String()
) As String
Parameters
- basePath 
 Type: System.String- The base path. 
- adds 
 Type: System.String[]- The relative paths that are added. 
Return Value
Type: System.String
An instance of String that contains the combined base path.
See Also
PathUtility Class
Microsoft.WindowsServerSolutions.Web Namespace
Return to top