Click or drag to resize
EntityMapping.Add Method
Adds the specified entity mapping item to this mapping.

Namespace: CMS.MembershipProvider.Facebook
Assembly: CMS.MembershipProvider (in CMS.MembershipProvider.dll) Version: 9.0.0
Syntax
C#
public void Add(
	EntityAttributeModel attributeModel,
	FormFieldInfo fieldInfo,
	string scope = null
)

Parameters

attributeModel
Type: CMS.MembershipProvider.Facebook.EntityAttributeModel
The entity attribute name.
fieldInfo
Type: CMS.FormEngine.FormFieldInfo
The form field name.
scope (Optional)
Type: System.String
The form field scope.
See Also