Click or drag to resize
FormUserControlInfoProviderGetAllFormUserControls Method

Note: This API is now obsolete.

Returns dataset with all FormUserControlInfo objects.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use method GetFormUserControls() instead")]
public static InfoDataSet<FormUserControlInfo> GetAllFormUserControls()

Return Value

Type: InfoDataSetFormUserControlInfo
See Also