Click or drag to resize
IFormInfoProvider Interface
Provides form info objects suitable for mapping.

Namespace: CMS.SocialMedia.Facebook
Assembly: CMS.SocialMedia (in CMS.SocialMedia.dll) Version: 8.2.23
Syntax
C#
public interface IFormInfoProvider
Methods
  NameDescription
Public methodGetFormInfo(BaseInfo)
Creates a new instance of the form info suitable for mapping, and returns it.
Public methodGetFormInfo(ObjectTypeInfo)
Creates a new instance of the form info suitable for mapping, and returns it.
Top
See Also