Click or drag to resize
FormHelperMergeVisibility Method
Merges original FormInfo and alternative FormInfos and returns the resulting FormInfo.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
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: FormInfo
See Also