Click or drag to resize
EntityMappingSerializerSerializeEntityMapping Method
Serializes the specified entity mapping into a string.

Namespace: CMS.MembershipProvider.Facebook
Assembly: CMS.MembershipProvider (in CMS.MembershipProvider.dll) Version: 9.0.0
Syntax
C#
public string SerializeEntityMapping(
	EntityMapping mapping
)

Parameters

mapping
Type: CMS.MembershipProvider.FacebookEntityMapping
The entity mapping to serialize.

Return Value

Type: String
The string that contains the specified entity mapping.
See Also