Click or drag to resize
FormUserControlInfoProviderGetFormUserControlUrl Method
Returns virtual path to the form user control file.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetFormUserControlUrl(
	FormUserControlInfo controlInfo
)

Parameters

controlInfo
Type: CMS.FormEngineFormUserControlInfo
Form user control info object

Return Value

Type: String
See Also