Task.Load

Load(string)

Loads Task from the file. Supported file formats: iCalendar A file path.A read Appointment.

public static Task Load(string filePath)

See Also


Load(Stream)

Loads Task from the stream

public static Task Load(Stream stream)
ParameterTypeDescription
streamStreamA stream to load from

Return Value

A read Task

Exceptions

exceptioncondition
ArgumentNullExceptionstream is null
NotSupportedExceptionstream does not support reading

See Also