Click or drag to resize
FormUserControlInfoProviderGetFormUserControlUrl Method

Note: This API is now obsolete.

Returns virtual path to the form user control file.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use FormUserControlLoader.LoadFormControl instead.")]
public static string GetFormUserControlUrl(
	FormUserControlInfo controlInfo
)

Parameters

controlInfo
Type: CMS.FormEngineFormUserControlInfo
Form user control info object

Return Value

Type: String
See Also