EntityMappingGetItem Method |
Searches for an entity mapping item with the specified form field name, and returns it.
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax public EntityMappingItem GetItem(
string formFieldName
)
Parameters
- formFieldName
- Type: SystemString
The form field name.
Return Value
Type:
EntityMappingItemThe entity mapping item with the specified form field name, if found; otherwise, null.
See Also