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

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

Parameters

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

Return Value

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