Click or drag to resize
FormHelperRemoveCategoryFromAlternativeDefinition Method
Removes category from alternative definition and keeps order of other items.

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

Parameters

formDefinition
Type: SystemString
Form definition from which the item will be removed
categoryName
Type: SystemString
Name of category which will be removed
order
Type: SystemInt32
Item order in original form

Return Value

Type: String
See Also