VirtualPathAdapterCombineVirtualPaths 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: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public 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.

Implements

IVirtualPathProviderCombineVirtualPaths(String, String)
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