DocumentURLProviderGetUrlForPathInternal Method |
Returns URL for the specified path.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax 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:
StringSee Also