AppointmentCollectionFindByRecurrenceParentID Method (Object) |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic IList<Appointment> FindByRecurrenceParentID(
Object parentId
)
Public Function FindByRecurrenceParentID (
parentId As Object
) As IList(Of Appointment)
public:
IList<Appointment^>^ FindByRecurrenceParentID(
Object^ parentId
)
member FindByRecurrenceParentID :
parentId : Object -> IList<Appointment>
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