FormInfoProvider GetFormInfo Method (ObjectTypeInfo)Kentico 8.0 API Reference
Creates a new instance of the form info suitable for mapping, and returns it.

Namespace: CMS.SocialMedia.Facebook
Assembly: CMS.SocialMedia (in CMS.SocialMedia.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

typeInfo
Type: CMS.DataEngine ObjectTypeInfo
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