Click or drag to resize
EntityMappingGetFromScope Method
Creates a new entity mapping for the specified scope, and returns it.

Namespace: CMS.SocialMedia.Facebook
Assembly: CMS.SocialMedia (in CMS.SocialMedia.dll) Version: 8.2.23
Syntax
C#
public EntityMapping GetFromScope(
	string scope
)

Parameters

scope
Type: SystemString
The form field scope.

Return Value

Type: EntityMapping
A new entity mapping for the specified scope.
See Also