Click or drag to resize
FormInfoProviderGetFormInfo Method (BaseInfo)
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.2.23
Syntax
C#
public FormInfo GetFormInfo(
	BaseInfo info
)

Parameters

info
Type: CMS.DataEngineBaseInfo
The CMS object to create the form info for.

Return Value

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

Implements

IFormInfoProviderGetFormInfo(BaseInfo)
See Also