CSAspNetVirtualPathProviderRegister 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.Site.Storage
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

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

Implements

IVirtualPathAdapterRegister(String, Type, IConfigurationRepository)
See Also

Reference