Click or drag to resize
DocumentURLProviderGetUrlInternal Method
Returns URL for the specified aliasPath and urlPath (preferable if urlpath is not wildcard URL) and a specified site name.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual string GetUrlInternal(
	string aliasPath,
	string urlPath,
	string siteName,
	string langPrefix,
	string extension
)

Parameters

aliasPath
Type: SystemString
Alias path
urlPath
Type: SystemString
URL Path
siteName
Type: SystemString
Site name
langPrefix
Type: SystemString
Lang prefix. If is empty, current lang prefix is used
extension
Type: SystemString
URL extension

Return Value

Type: String
See Also