EventsCalendar for ASP.NET Web Forms
FindByMappingName Method

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1EventsCalendar Namespace > C1MappingsBase Class : FindByMappingName Method
Name of the mapping.
Finds the mapping info by mapping name (name of the data field).
Syntax
'Declaration
 
Public Function FindByMappingName( _
   ByVal mappingName As System.String _
) As MappingInfo
public MappingInfo FindByMappingName( 
   System.string mappingName
)

Parameters

mappingName
Name of the mapping.
See Also

Reference

C1MappingsBase Class
C1MappingsBase Members