FormUserControlInfoProviderGetFormUserControlInfo Method (String) |
Returns the FormUserControlInfo structure for the specified FormUserControl.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax public static FormUserControlInfo GetFormUserControlInfo(
string userControlCodeName
)
Parameters
- userControlCodeName
- Type: SystemString
Form user control code name
Return Value
Type:
FormUserControlInfoSee Also