TreeNodeGetPreviewLink Method |
Returns the page preview link URL.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax 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:
StringRemarks
Preview link URL can be used by external users. This URL does not need additional authentization.
See Also