Click or drag to resize
FormUserControlInfoProviderGetFullPhysicalPath Method
Returns full path of the form control.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 9.0.0
Syntax
C#
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: String
See Also