Click or drag to resize
AppointmentCollectionFindByRecurrenceParentID Method (Object, RecurrenceState)
Searches for all Appointments with the specified RecurrenceParentID and RecurrenceState.

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,
	RecurrenceState state
)

Parameters

parentId
Type: SystemObject
The RecurrenceParentID to search for.
state
Type: Kettic.AspNet.ControlsRecurrenceState
The RecurrenceState to search for.

Return Value

Type: IListAppointment
A generic IList containing the Appointments with the specified RecurrenceParentID and RecurrenceState, if found.
Remarks
This method determines equality by calling Object.Equals.
See Also