Click or drag to resize
FormHelperGetAlternativeFormsWhere Method
Returns where condition allowing to select alternative forms belonging to given class.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetAlternativeFormsWhere(
	DataClassInfo classInfo
)

Parameters

classInfo
Type: CMS.DataEngineDataClassInfo
Class with alternative forms

Return Value

Type: String
See Also