Click or drag to resize
AlternativeFormInfoProviderGetAlternativeFormInfoInternal Method (Int32)
Returns the AlternativeFormInfo structure for the alternative form specified by its ID.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 9.0.0
Syntax
C#
protected AlternativeFormInfo GetAlternativeFormInfoInternal(
	int alternativeFormId
)

Parameters

alternativeFormId
Type: SystemInt32
Alternative form ID

Return Value

Type: AlternativeFormInfo
See Also