Click or drag to resize
VirtualContextGetPreviewLinkPathFromVirtualContext Method
Gets preview link path based on given path and current initialized context.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
public static string GetPreviewLinkPathFromVirtualContext(
	string path
)

Parameters

path
Type: SystemString
Application absolute path to be converted.

Return Value

Type: String
See Also