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

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

Registers the specified base path with the underlying VirtualPathProvider.

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

void Register(
	string basePath,
	Type providerType,
	IConfigurationRepository config
)

Parameters

basePath
Type: SystemString
The base path.
providerType
Type: SystemType
Type of provider.
config
Type: ContentStudioIConfigurationRepository
The configuration repository that contains parameters to pass to the provider.
See Also

Reference