Click or drag to resize
AlternativeFormInfoProviderGetAlternativeFormInfo Method (Int32)
Returns the AlternativeFormInfo structure for the specified alternativeForm.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public static AlternativeFormInfo GetAlternativeFormInfo(
	int alternativeFormId
)

Parameters

alternativeFormId
Type: SystemInt32
AlternativeForm id

Return Value

Type: AlternativeFormInfo
See Also