Click or drag to resize
UniGridMapPathInternal Method
Returns the physical file path that corresponds to the specified virtual path.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
protected virtual string MapPathInternal(
	string virtualPath
)

Parameters

virtualPath
Type: SystemString
The virtual path in the Web application.

Return Value

Type: String
See Also