EventsCalendar for ASP.NET Web Forms
FindEventByID Method

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1EventsCalendar Namespace > C1EventsCalendarStorage Class : FindEventByID Method
The event id.
Finds the event by its ID.
Syntax
'Declaration
 
Public Function FindEventByID( _
   ByVal id As System.String _
) As Event
public Event FindEventByID( 
   System.string id
)

Parameters

id
The event id.
See Also

Reference

C1EventsCalendarStorage Class
C1EventsCalendarStorage Members