| InlineControlInfoProviderGetFullPhysicalPath Method (InlineControlInfo, String) | 
            Returns full path of the inline control.
            
 
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntaxpublic static string GetFullPhysicalPath(
	InlineControlInfo controlInfo,
	string webFullPath
)
Parameters
- controlInfo
 - Type: CMS.PortalEngineInlineControlInfo
Inline control info object - webFullPath
 - Type: SystemString
Full path to the root of the web project (e.g. c:\WebProject\) 
Return Value
Type: 
String
See Also