Click or drag to resize
AlternativeFormInfoProviderGetForms Method

Note: This API is now obsolete.

Returns all alternative forms that match the conditions.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute]
public static InfoDataSet<AlternativeFormInfo> GetForms(
	string where,
	string orderBy
)

Parameters

where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by clause

Return Value

Type: InfoDataSetAlternativeFormInfo
See Also