FormHelperRemoveFieldFromAlternativeDefinition Method |
Removes field from alternative definition and keeps order of other items.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax public static string RemoveFieldFromAlternativeDefinition(
string formDefinition,
string fieldName,
int order
)
Parameters
- formDefinition
- Type: SystemString
Form definition from which the item will be removed - fieldName
- Type: SystemString
Name of field which will be removed - order
- Type: SystemInt32
Item order in original form
Return Value
Type:
StringSee Also