Returns full path of the given path. Does not change the trailing slash
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- originalPath
- Type: System String
Object part of the path (e.g. /Text/text.ascx)
- startingPath
- Type: System String
Starting path of the full path (e.g. ~/CMSWebParts)
- webFullPath
- Type: System String
Full path to the root of the web project (e.g. c:\WebProject\)
Return Value
Type: StringFull path (e.g. c:\WebProject\CMSWebParts\Text\text.ascx)
See Also