Save
Save(string)
Saves this configuration to a file.
public void Save(string filePath)
| Parameter | Type | Description |
|---|---|---|
| filePath | String | The file to save to. |
See Also
- class Configuration
- namespace GroupDocs.Search.Scaling.Configuring
- assembly GroupDocs.Search
Save(Stream)
Saves this configuration to a stream.
public void Save(Stream stream)
| Parameter | Type | Description |
|---|---|---|
| stream | Stream | The stream to save to. |
See Also
- class Configuration
- namespace GroupDocs.Search.Scaling.Configuring
- assembly GroupDocs.Search