Click or drag to resize
FormHelperEnsureDefaultCategory Method
Ensures category at the beginning of the form definition.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public static string EnsureDefaultCategory(
	string formDefinition,
	string categoryName
)

Parameters

formDefinition
Type: SystemString
Form definition
categoryName
Type: SystemString
Default category name

Return Value

Type: String
See Also