DocumentURLProvider GetPermanentDocUrlInternal Method Kentico 8.1 API Reference
Returns permanent document URL.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

nodeGuid
Type: OnlineSystem Guid
Node GUID
nodeAlias
Type: OnlineSystem String
Node alias
siteName
Type: OnlineSystem String
Site name
prefix
Type: OnlineSystem String
URL prefix, if null, "getdoc" is used, the prefix must be supported by the URL rewriting engine
extension
Type: OnlineSystem String
Extension for the URL, if null, it is taken from the Friendly URL settings

Return Value

Type: OnlineString
See Also