Click or drag to resize
VirtualContextGetPreviewLinkParameters Method
Gets the collection of parameters for preview path.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
public static NameValueCollection GetPreviewLinkParameters(
	Guid userGuid,
	string cultureCode,
	Guid workflowCycleGuid
)

Parameters

userGuid
Type: SystemGuid
Context of user for the preview.
cultureCode
Type: SystemString
Context of culture for the preview.
workflowCycleGuid
Type: SystemGuid
Context of workflow cycle GUID.

Return Value

Type: NameValueCollection
Remarks
Preview link URL can be used by external users. This URL does not need additional authentization.
See Also