[]
Saves the specified DataSource to a shared data source XML file.
public static void SaveSharedDataSource(FileInfo file, DataSource sharedDataSource)
Type | Name | Description |
---|---|---|
FileInfo | file | A FileInfo containing information about where to save the XML file. |
DataSource | sharedDataSource | The DataSource to save. |
Saves the specified DataSource to a shared data source XML file.
public static void SaveSharedDataSource(Stream stream, DataSource sharedDataSource)
Type | Name | Description |
---|---|---|
Stream | stream | A Stream where the XML data will be written. |
DataSource | sharedDataSource | The DataSource to save. |