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

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

Parameters

where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by clause
topN
Type: SystemInt32
TOP n query parameter
columns
Type: SystemString
Columns to retrieve

Return Value

Type: InfoDataSetAlternativeFormInfo
See Also