| IFormInfoProviderGetFormInfo Method (BaseInfo) | 
            Creates a new instance of the form info suitable for mapping, and returns it.
            
 
Namespace: CMS.ExternalAuthentication.FacebookAssembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 10.0.0
 Syntax
SyntaxFormInfo GetFormInfo(
	BaseInfo info
)
Parameters
- info
- Type: CMS.DataEngineBaseInfo
 The CMS object to create the form info for.
Return Value
Type: 
FormInfoA new instance of the form info suitable for mapping, if applicable; otherwise, null.
 See Also
See Also