DocumentURLProviderGetUrlInternal Method (String, String, String, String, String) |
Returns URL for the specified aliasPath and urlPath (preferable if urlpath is not wildcard URL) and a specified site name.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax 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:
StringSee Also