Click or drag to resize
BaseFieldEditorGetAlternativeFormsWhere Method

Note: This API is now obsolete.

Returns where condition allowing to select alternative forms belonging to given class.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("Use FormHelper.GetAlternativeFormsWhere() instead.")]
protected static string GetAlternativeFormsWhere(
	DataClassInfo classInfo
)

Parameters

classInfo
Type: CMS.DataEngineDataClassInfo
Class with alternative forms.

Return Value

Type: String
See Also