Click or drag to resize
DocumentURLProviderGetPermanentDocUrlInternal Method
Returns permanent document URL.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual string GetPermanentDocUrlInternal(
	Guid nodeGuid,
	string nodeAlias,
	string siteName,
	string prefix,
	string extension
)

Parameters

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

Return Value

Type: String
See Also