Click or drag to resize
PageInfoSetPageResult Method
Sets the page result object for the given url. The page result object is then accessible via PageResult property.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntax
C#
public void SetPageResult(
	string url,
	PageInfoResult pageResult
)

Parameters

url
Type: SystemString
The URL
pageResult
Type: CMS.DocumentEnginePageInfoResult
The page result object to be stored
See Also