New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

C#
public interface ISchedulerImporter

Derived Classes: SchedulerICalendarImporter

Methods

Imports the specified data.

C#
void Import(ISchedulerData data, Stream stream)
Parameters:dataISchedulerData

The data.

streamStream

The stream.

Imports the specified data.

C#
void Import(ISchedulerData data, string stringData)
Parameters:dataISchedulerData

The ISchedulerData instance in which the data will be imported.

stringDatastring

The string that contains data that is to be imported.