Click or drag to resize
PageBuilderHelperGetPreviewModeUrl Method
Generates preview link for specified page and user.

Namespace: CMS.DocumentEngine.PageBuilder
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public static string GetPreviewModeUrl(
	TreeNode page,
	Guid userGuid,
	NameValueCollection queryString = null
)

Parameters

page
Type: CMS.DocumentEngineTreeNode
Page for which the preview link should be generated.
userGuid
Type: SystemGuid
User GUID to be stored in the preview link URL.
queryString (Optional)
Type: System.Collections.SpecializedNameValueCollection
Optional additional query string parameters.

Return Value

Type: String
See Also