IVirtualPathProviderCombineVirtualPaths Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Combines a base path with a relative path to return a complete path to a virtual resource.

Namespace: ContentStudio.Storage
Assembly: CS5Interfaces (in CS5Interfaces.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

string CombineVirtualPaths(
	string basePath,
	string relativePath
)

Parameters

basePath
Type: SystemString
The base path for the application.
relativePath
Type: SystemString
The path to the virtual resource, relative to the base path.

Return Value

Type: String
The complete path to a virtual resource.
Remarks

Use the CombineVirtualPaths method to inspect the contents of a relative path to a virtual resource and perform any modifications required.
See Also

Reference