Click or drag to resize
TreeNodeGetPreviewLink Method
Returns the page preview link URL.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public virtual string GetPreviewLink(
	Guid userGuid,
	string cultureCode = null
)

Parameters

userGuid
Type: SystemGuid
User GUID to be stored in the preview link URL.
cultureCode (Optional)
Type: SystemString
Culture code for which the preview link should be generated.

Return Value

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