EntityMappingGetFromScope Method |
Creates a new entity mapping for the specified scope, and returns it.
Namespace: CMS.MembershipProvider.FacebookAssembly: CMS.MembershipProvider (in CMS.MembershipProvider.dll) Version: 9.0.0
Syntax public EntityMapping GetFromScope(
string scope
)
Parameters
- scope
- Type: SystemString
The form field scope.
Return Value
Type:
EntityMappingA new entity mapping for the specified scope.
See Also