| URLHelperCombinePath Method  | 
            Resolves given path to be absolute (combines with given paths).
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntaxpublic static string CombinePath(
	string path,
	char separator,
	string webSitePath,
	string serverPath
)
Parameters
- path
 - Type: SystemString
Relative path - separator
 - Type: SystemChar
Path separator - webSitePath
 - Type: SystemString
Web site path - serverPath
 - Type: SystemString
Server path 
Return Value
Type: 
String
See Also