FormHelperMergeVisibility Method |
Merges original FormInfo and alternative FormInfos and returns the resulting FormInfo.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax public static FormInfo MergeVisibility(
FormInfo original,
FormInfo visibility,
bool includeAllAltFields
)
Parameters
- original
- Type: CMS.FormEngineFormInfo
Default/original FormInfo - visibility
- Type: CMS.FormEngineFormInfo
Visibility FormInfo - includeAllAltFields
- Type: SystemBoolean
If true, result will contain event those fields which are not in the original FormInfo
Return Value
Type:
FormInfoSee Also