Share via


ScheduleEvent.GetConflictingScheduleEvents Method

Gets any scheduled recording events that conflict with the current recording event.

Syntax

public ICollection<ScheduleEvent> GetConflictingScheduleEvents();

Return Value

System.Collections.Generic.ICollection<Microsoft.MediaCenter.TV.Scheduling.ScheduleEvent>.  A collection of conflicting ScheduleEvent objects.

This method should raise an EventScheduleException for any error.

Requirements

Reference: ehRecObj

Namespace: Microsoft.MediaCenter.TV.Scheduling

Assembly: ehRecObj.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also