Click or drag to resize
AlternativeFormInfoProviderGetClassesWithAlternativeForms Method

Note: This API is now obsolete.

Returns dataset of all classes that have alternative forms.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("This API supported the framework infrastructure. If necessary, the following query can be used to retrieve the same data: SELECT DISTINCT ClassName, FormClassID FROM CMS_Class, CMS_AlternativeForm WHERE ClassID=FormClassID")]
public static InfoDataSet<DataClassInfo> GetClassesWithAlternativeForms()

Return Value

Type: InfoDataSetDataClassInfo
See Also