Click or drag to resize
PageSecurityHelperCheckPreviewLink Method
Check preview link context

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public static void CheckPreviewLink(
	Guid cycleGuid,
	bool documentUrl
)

Parameters

cycleGuid
Type: SystemGuid
GUID which identifies the workflow cycle
documentUrl
Type: SystemBoolean
Indicates if document URL should be checked
See Also