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: 8.2.23
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
See Also