FormHelperGetAlternativeFormsWhere Method |
Returns where condition allowing to select alternative forms belonging to given class.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax public static string GetAlternativeFormsWhere(
DataClassInfo classInfo
)
Parameters
- classInfo
- Type: CMS.DataEngineDataClassInfo
Class with alternative forms
Return Value
Type:
StringSee Also