BaseFieldEditorGetAlternativeFormsWhere Method |
Note: This API is now obsolete.
Returns where condition allowing to select alternative forms belonging to given class.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax [ObsoleteAttribute("Use FormHelper.GetAlternativeFormsWhere() instead.")]
protected static string GetAlternativeFormsWhere(
DataClassInfo classInfo
)
Parameters
- classInfo
- Type: CMS.DataEngineDataClassInfo
Class with alternative forms.
Return Value
Type:
StringSee Also