Imports data into the scheduler from a file of the specified format.
Namespace:
C1.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public void Import( string path, FileFormatEnum format ) |
Visual Basic (Declaration) |
---|
Public Sub Import ( _ path As String, _ format As FileFormatEnum _ ) |
Parameters
- path
- Type: System..::..String
A String value containing the full path (including the file name and extension) to a file which contains the data to be imported into the scheduler.
- format
- Type: C1.C1Schedule..::..FileFormatEnum
The FileFormatEnum value.