FormVisibilityInfoMergeVisibility Method |
Merges full visibility definition with visibility definition of specific form.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax public static string MergeVisibility(
string fullDefinition,
FormInfo formVisibility,
string formName
)
Parameters
- fullDefinition
- Type: SystemString
May contain several form visibility definitions - formVisibility
- Type: CMS.FormEngineFormInfo
Visibility definition of specific form - formName
- Type: SystemString
Form name
Return Value
Type:
StringSee Also