Click or drag to resize
VirtualPathHelperRegisterManagedCompilationPath Method
Registers path to the part of the system which should be managed for single file or batch compilation

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public static void RegisterManagedCompilationPath(
	string relativePath,
	bool provideFolderContent = false
)

Parameters

relativePath
Type: SystemString
Relative path of the folder
provideFolderContent (Optional)
Type: SystemBoolean
If true, the folder content is provided for this path to allow batch compilation
Remarks
Does not register path if virtual path provider is not correctly registered
See Also