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

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual FormUserControlInfo GetFormUserControlInfoInternal(
	int userControlId
)

Parameters

userControlId
Type: SystemInt32
Form user control id

Return Value

Type: FormUserControlInfo
See Also