Click or drag to resize
FormUserControlInfoProviderDeleteFormUserControlInfo Method (Int32)
Deletes specified FormUserControl.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 9.0.0
Syntax
C#
public static void DeleteFormUserControlInfo(
	int userControlID
)

Parameters

userControlID
Type: SystemInt32
FormUserControl ID
See Also