IFormInfoProviderGetFormInfo Method (ObjectTypeInfo) |
Creates a new instance of the form info suitable for mapping, and returns it.
Namespace: CMS.SocialMedia.FacebookAssembly: CMS.SocialMedia (in CMS.SocialMedia.dll) Version: 8.2.23
Syntax FormInfo GetFormInfo(
ObjectTypeInfo typeInfo
)
Parameters
- typeInfo
- Type: CMS.DataEngineObjectTypeInfo
The CMS object type info 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