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

Namespace: CMS.ExternalAuthentication.Facebook
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 11.0.0
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