[]
Saves document to the specified file.
public void Save(string fileName, RdfFormat fmt)
Type | Name | Description |
---|---|---|
string | fileName | Name of the file. |
RdfFormat | fmt | The format. |
Saves document to the specified file.
public void Save(string fileName, RdfFormat fmt, SaveOptions options)
Type | Name | Description |
---|---|---|
string | fileName | Name of the file. |
RdfFormat | fmt | The format. |
SaveOptions | options | The options. |
Type | Condition |
---|---|
SecurityException |
Saves document to the specified file.
public void Save(string fileName)
Type | Name | Description |
---|---|---|
string | fileName | Name of the file. |
Saves document to the specified Stream.
public void Save(Stream stream, RdfFormat fmt)
Type | Name | Description |
---|---|---|
Stream | stream | The stream. |
RdfFormat | fmt | The format. |
Saves document to the specified Stream.
public void Save(Stream stream, RdfFormat fmt, SaveOptions options)
Type | Name | Description |
---|---|---|
Stream | stream | The stream. |
RdfFormat | fmt | The format. |
SaveOptions | options | The options. |
Saves document to the specified Stream.
public void Save(Stream stream)
Type | Name | Description |
---|---|---|
Stream | stream | The stream. |