Click or drag to resize
AlternativeFormInfoProviderGetAlternativeForms Method (String, String)
Returns all alternative forms that match the conditions.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<AlternativeFormInfo> GetAlternativeForms(
	string where,
	string orderBy
)

Parameters

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

Return Value

Type: InfoDataSetAlternativeFormInfo
See Also