FormUserControlInfoProviderGetFullPhysicalPath Method |
Returns full path of the form control.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax public 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:
StringSee Also