Click or drag to resize
LayoutTemplateRegisterCategory Method
Registers BasicForm's form category.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 9.0.0
Syntax
C#
protected virtual void RegisterCategory(
	FormCategory child
)

Parameters

child
Type: CMS.FormControlsFormCategory
Category to be registered
See Also