VirtualContextGetPreviewLinkParameters Method |
Gets the collection of parameters for preview path.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax 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:
NameValueCollectionRemarks
Preview link URL can be used by external users. This URL does not need additional authentization.
See Also