Click or drag to resize
DocumentURLProviderGetUrlForPathInternal Method
Returns URL for the specified path.

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

Parameters

path
Type: SystemString
Path
siteName
Type: SystemString
Site name
langPrefix
Type: SystemString
Language prefix. If is empty, current language prefix is used
extension
Type: SystemString
Extension

Return Value

Type: String
See Also