Click or drag to resize
FormUserControlInfoProviderGetFormUserControlInfo Method (Int32)
Returns the FormUserControlInfo structure for the specified FormUserControl.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 9.0.0
Syntax
C#
public static FormUserControlInfo GetFormUserControlInfo(
	int userControlId
)

Parameters

userControlId
Type: SystemInt32
Form user control ID

Return Value

Type: FormUserControlInfo
See Also