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

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

Parameters

attributeModel
Type: CMS.SocialMedia.FacebookEntityAttributeModel
The entity attribute name.
fieldInfo
Type: CMS.FormEngineFormFieldInfo
The form field name.
scope (Optional)
Type: SystemString
The form field scope.
See Also