Click or drag to resize
PageInfoResultGetCurrentResult Method
Gets the PageInfoResult object for the current url. Returns an null if there is no PageInfoResult stored for the current url.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected internal PageInfoResult GetCurrentResult(
	string url
)

Parameters

url
Type: SystemString
The URL

Return Value

Type: PageInfoResult
See Also