[]
Represents the methods for saving and loading shared data sources.
public static class DataSourceTools
| Name | Description |
|---|---|
| LoadSharedDataSource(ResourceLocator, string) | Loads a shared data source using the specified resource locator and data source reference. |
| LoadSharedDataSource(Stream) | Loads a shared data source from the specified XML stream. |
| LoadSharedDataSource(string) | Loads a shared data source from the specified file path. |
| SaveSharedDataSource(FileInfo, DataSource) | Saves the specified DataSource to a shared data source XML file. |
| SaveSharedDataSource(Stream, DataSource) | Saves the specified DataSource to a shared data source XML file. |
| ToStream(DataSource) | Saves the specified DataSource to a shared data source XML stream. |