Click or drag to resize
EntityMappingGetItem Method
Searches for an entity mapping item with the specified form field name, and returns it.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax
C#
public EntityMappingItem GetItem(
	string formFieldName
)

Parameters

formFieldName
Type: SystemString
The form field name.

Return Value

Type: EntityMappingItem
The entity mapping item with the specified form field name, if found; otherwise, null.
See Also