Click or drag to resize
IFormInfoProviderGetFormInfo Method (ObjectTypeInfo)
Creates a new instance of the form info suitable for mapping, and returns it.

Namespace: CMS.ExternalAuthentication.Facebook
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 11.0.0
Syntax
C#
FormInfo GetFormInfo(
	ObjectTypeInfo typeInfo
)

Parameters

typeInfo
Type: CMS.DataEngineObjectTypeInfo
The CMS object type info to create the form info for.

Return Value

Type: FormInfo
A new instance of the form info suitable for mapping, if applicable; otherwise, null.
See Also