Click or drag to resize
AlternativeFormInfoProviderGetAlternativeFormInfoInternal 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: 9.0.0
Syntax
C#
protected AlternativeFormInfo GetAlternativeFormInfoInternal(
	string alternativeFormFullName
)

Parameters

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

Return Value

Type: AlternativeFormInfo
See Also