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