| FormUserControlInfoProviderGetFullPhysicalPath Method | 
            Returns full path of the form control.
            
 
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic static string GetFullPhysicalPath(
	FormUserControlInfo controlInfo,
	string webFullPath = null
)
Parameters
- controlInfo
- Type: CMS.FormEngineFormUserControlInfo
 Form control info object
- webFullPath (Optional)
- Type: SystemString
 Full path to the root of the web project (e.g. c:\WebProject\)
Return Value
Type: 
String See Also
See Also