Click or drag to resize
AppointmentCollectionFindByRecurrenceParentID Method (Object)
Searches for all Appointments with the specified RecurrenceParentID and returns a generic IList containing them.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public IList<Appointment> FindByRecurrenceParentID(
	Object parentId
)

Parameters

parentId
Type: SystemObject
The RecurrenceParentID to search for.

Return Value

Type: IListAppointment
A generic IList containing the Appointments with the specified RecurrenceParentID, if found.
Remarks
This method determines equality by calling Object.Equals. Appointments with recurrence state Exception are linked to their parents using the RecurrenceParentID property.
See Also