| AlternativeFormInfoProviderGetAlternativeFormInfoInternal Method (String) | 
            Returns the AlternativeFormInfo structure for the alternative form specified by its full name.
            
 
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntaxprotected AlternativeFormInfo GetAlternativeFormInfoInternal(
	string alternativeFormFullName
)
Parameters
- alternativeFormFullName
 - Type: SystemString
Full name of the alternative form ('classname.'formname') 
Return Value
Type: 
AlternativeFormInfo
See Also