Click or drag to resize
AlternativeFormInfoProviderGetAlternativeFormInfo Method (String)
Returns the AlternativeFormInfo structure for the alternative form specified by its full name.

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

Parameters

alternativeFormFullName
Type: SystemString
Full name of the alternative form ('classname.'formname')

Return Value

Type: AlternativeFormInfo
See Also