EntityMappingSerializerSerializeEntityMapping Method |
Serializes the specified entity mapping into a string.
Namespace: CMS.SocialMedia.FacebookAssembly: CMS.SocialMedia (in CMS.SocialMedia.dll) Version: 8.2.23
Syntax public string SerializeEntityMapping(
EntityMapping mapping
)
Parameters
- mapping
- Type: CMS.SocialMedia.FacebookEntityMapping
The entity mapping to serialize.
Return Value
Type:
StringThe string that contains the specified entity mapping.
See Also