Click or drag to resize
PageInfoResultSetCurrentResult Method
Stores the page result data for the given url.

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

Parameters

url
Type: SystemString
The URL
pageResult
Type: CMS.DocumentEnginePageInfoResult
The page result data
See Also