Click or drag to resize
AbstractDefaultLayoutCreateCategory Method
Renders whole category (iterates through fields and renders them).

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 9.0.0
Syntax
C#
protected virtual void CreateCategory(
	List<FormFieldInfo> formFields,
	FieldCreationArgs args
)

Parameters

formFields
Type: System.Collections.GenericListFormFieldInfo
List of fields to render
args
Type: CMS.FormControlsFieldCreationArgs
Parameters needed for rendering
See Also