Click or drag to resize
VirtualPathHelperIsSingleFileCompilationPath Method
Returns true if current path is registered for single file compilation

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public static bool IsSingleFileCompilationPath(
	string virtualPath
)

Parameters

virtualPath
Type: SystemString
Virtual path

Return Value

Type: Boolean
See Also