Skip to content

Commit db97b41

Browse files
chore: sync markdown files from source repo
1 parent 3262f66 commit db97b41

File tree

13 files changed

+31
-48
lines changed

13 files changed

+31
-48
lines changed

content/sites/groupdocs/markdown/english/net/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ version:
1313
| Namespace | Description |
1414
| --- | --- |
1515
| [GroupDocs.Markdown](./groupdocs.markdown) | The namespace contains some specific exceptions that are thrown by the library during file reading and updating. |
16-
| [GroupDocs.Markdown.Options](./groupdocs.markdown.options) | |
1716

1817
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.Markdown.dll -->

content/sites/groupdocs/markdown/english/net/groupdocs.markdown.options/_index.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

content/sites/groupdocs/markdown/english/net/groupdocs.markdown/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The namespace contains some specific exceptions that are thrown by the library d
2424
| [ImageExportContext](./imageexportcontext) | Represents the context for image handling during document conversion to Markdown. This context is provided by the library during conversion and contains information about the image being processed. |
2525
| [InvalidFormatException](./invalidformatexception) | The exception that is thrown when a file has an invalid format. |
2626
| [License](./license) | Provides methods for applying license to the GroupDocs.Markdown library. |
27+
| [LoadOptions](./loadoptions) | Allows a developer to specify additional options (such as a password) when loading a file. |
2728
| [MarkdownConverter](./markdownconverter) | Converts various document formats to Markdown format. |
2829
| [Metered](./metered) | Provides methods to set a metered key. |
2930
| [SkipImagesStrategy](./skipimagesstrategy) | Implements an image export strategy that skips saving images during document conversion. |

content/sites/groupdocs/markdown/english/net/groupdocs.markdown/documentconverteroptions/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ public class DocumentConverterOptions : LoadOptions
2424

2525
| Name | Description |
2626
| --- | --- |
27-
| [Extension](../../groupdocs.markdown.options/loadoptions/extension) { get; set; } | Gets or sets the file extension of the stream. |
28-
| [FileFormat](../../groupdocs.markdown.options/loadoptions/fileformat) { get; } | Gets the exact type of the file that is to be loaded. The default value is Unknown which means that the type should be detected automatically. |
27+
| [Extension](../../groupdocs.markdown/loadoptions/extension) { get; set; } | Gets or sets the file extension of the stream. |
28+
| [FileFormat](../../groupdocs.markdown/loadoptions/fileformat) { get; } | Gets the exact type of the file that is to be loaded. The default value is Unknown which means that the type should be detected automatically. |
2929
| [ImageExportStrategy](../../groupdocs.markdown/documentconverteroptions/imageexportstrategy) { getset; } | Gets or sets the strategy for handling image export during document conversion. |
30-
| [MimeType](../../groupdocs.markdown.options/loadoptions/mimetype) { getset; } | Gets or sets the MIME type of the stream. |
31-
| [Password](../../groupdocs.markdown.options/loadoptions/password) { getset; } | Gets or sets the password for opening an encrypted document. |
30+
| [MimeType](../../groupdocs.markdown/loadoptions/mimetype) { getset; } | Gets or sets the MIME type of the stream. |
31+
| [Password](../../groupdocs.markdown/loadoptions/password) { getset; } | Gets or sets the password for opening an encrypted document. |
3232

3333
### Remarks
3434

@@ -67,7 +67,7 @@ var customOptions = new DocumentConverterOptions
6767

6868
### See Also
6969

70-
* class [LoadOptions](../../groupdocs.markdown.options/loadoptions)
70+
* class [LoadOptions](../loadoptions)
7171
* namespace [GroupDocs.Markdown](../../groupdocs.markdown)
7272
* assembly [GroupDocs.Markdown](../../)
7373

content/sites/groupdocs/markdown/english/net/groupdocs.markdown.options/loadoptions/_index.md renamed to content/sites/groupdocs/markdown/english/net/groupdocs.markdown/loadoptions/_index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: LoadOptions
33
second_title: GroupDocs.Markdown for .NET API Reference
44
description: Allows a developer to specify additional options such as a password when loading a file.
55
type: docs
6-
weight: 170
7-
url: /net/groupdocs.markdown.options/loadoptions/
6+
weight: 150
7+
url: /net/groupdocs.markdown/loadoptions/
88
---
99
## LoadOptions class
1010

@@ -25,10 +25,10 @@ public class LoadOptions
2525

2626
| Name | Description |
2727
| --- | --- |
28-
| [Extension](../../groupdocs.markdown.options/loadoptions/extension) { get; set; } | Gets or sets the file extension of the stream. |
29-
| [FileFormat](../../groupdocs.markdown.options/loadoptions/fileformat) { get; } | Gets the exact type of the file that is to be loaded. The default value is Unknown which means that the type should be detected automatically. |
30-
| [MimeType](../../groupdocs.markdown.options/loadoptions/mimetype) { getset; } | Gets or sets the MIME type of the stream. |
31-
| [Password](../../groupdocs.markdown.options/loadoptions/password) { getset; } | Gets or sets the password for opening an encrypted document. |
28+
| [Extension](../../groupdocs.markdown/loadoptions/extension) { get; set; } | Gets or sets the file extension of the stream. |
29+
| [FileFormat](../../groupdocs.markdown/loadoptions/fileformat) { get; } | Gets the exact type of the file that is to be loaded. The default value is Unknown which means that the type should be detected automatically. |
30+
| [MimeType](../../groupdocs.markdown/loadoptions/mimetype) { getset; } | Gets or sets the MIME type of the stream. |
31+
| [Password](../../groupdocs.markdown/loadoptions/password) { getset; } | Gets or sets the password for opening an encrypted document. |
3232

3333
### Remarks
3434

@@ -61,7 +61,7 @@ var streamInfo = new StreamInfo
6161

6262
### See Also
6363

64-
* namespace [GroupDocs.Markdown.Options](../../groupdocs.markdown.options)
64+
* namespace [GroupDocs.Markdown](../../groupdocs.markdown)
6565
* assembly [GroupDocs.Markdown](../../)
6666

6767
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.Markdown.dll -->

content/sites/groupdocs/markdown/english/net/groupdocs.markdown.options/loadoptions/extension/_index.md renamed to content/sites/groupdocs/markdown/english/net/groupdocs.markdown/loadoptions/extension/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ second_title: GroupDocs.Markdown for .NET API Reference
44
description: Gets or sets the file extension of the stream.
55
type: docs
66
weight: 20
7-
url: /net/groupdocs.markdown.options/loadoptions/extension/
7+
url: /net/groupdocs.markdown/loadoptions/extension/
88
---
99
## LoadOptions.Extension property
1010

@@ -32,7 +32,7 @@ var streamInfo = new StreamInfo
3232
### See Also
3333

3434
* class [LoadOptions](../../loadoptions)
35-
* namespace [GroupDocs.Markdown.Options](../../../groupdocs.markdown.options)
35+
* namespace [GroupDocs.Markdown](../../../groupdocs.markdown)
3636
* assembly [GroupDocs.Markdown](../../../)
3737

3838
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.Markdown.dll -->

content/sites/groupdocs/markdown/english/net/groupdocs.markdown.options/loadoptions/fileformat/_index.md renamed to content/sites/groupdocs/markdown/english/net/groupdocs.markdown/loadoptions/fileformat/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ second_title: GroupDocs.Markdown for .NET API Reference
44
description: Gets the exact type of the file that is to be loaded. The default value is Unknown which means that the type should be detected automatically.
55
type: docs
66
weight: 30
7-
url: /net/groupdocs.markdown.options/loadoptions/fileformat/
7+
url: /net/groupdocs.markdown/loadoptions/fileformat/
88
---
99
## LoadOptions.FileFormat property
1010

@@ -20,9 +20,9 @@ The exact type of the file that is to be loaded.
2020

2121
### See Also
2222

23-
* enum [FileFormat](../../../groupdocs.markdown/fileformat)
23+
* enum [FileFormat](../../fileformat)
2424
* class [LoadOptions](../../loadoptions)
25-
* namespace [GroupDocs.Markdown.Options](../../../groupdocs.markdown.options)
25+
* namespace [GroupDocs.Markdown](../../../groupdocs.markdown)
2626
* assembly [GroupDocs.Markdown](../../../)
2727

2828
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.Markdown.dll -->

content/sites/groupdocs/markdown/english/net/groupdocs.markdown.options/loadoptions/loadoptions/_index.md renamed to content/sites/groupdocs/markdown/english/net/groupdocs.markdown/loadoptions/loadoptions/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: LoadOptions
33
second_title: GroupDocs.Markdown for .NET API Reference
4-
description: Initializes a new instance of the LoadOptionsgroupdocs.markdown.options/loadoptions class.
4+
description: Initializes a new instance of the LoadOptionsgroupdocs.markdown/loadoptions class.
55
type: docs
66
weight: 10
7-
url: /net/groupdocs.markdown.options/loadoptions/loadoptions/
7+
url: /net/groupdocs.markdown/loadoptions/loadoptions/
88
---
99
## LoadOptions() {#constructor}
1010

@@ -17,7 +17,7 @@ public LoadOptions()
1717
### See Also
1818

1919
* class [LoadOptions](../../loadoptions)
20-
* namespace [GroupDocs.Markdown.Options](../../../groupdocs.markdown.options)
20+
* namespace [GroupDocs.Markdown](../../../groupdocs.markdown)
2121
* assembly [GroupDocs.Markdown](../../../)
2222

2323
---
@@ -36,9 +36,9 @@ public LoadOptions(FileFormat fileFormat)
3636

3737
### See Also
3838

39-
* enum [FileFormat](../../../groupdocs.markdown/fileformat)
39+
* enum [FileFormat](../../fileformat)
4040
* class [LoadOptions](../../loadoptions)
41-
* namespace [GroupDocs.Markdown.Options](../../../groupdocs.markdown.options)
41+
* namespace [GroupDocs.Markdown](../../../groupdocs.markdown)
4242
* assembly [GroupDocs.Markdown](../../../)
4343

4444
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.Markdown.dll -->

content/sites/groupdocs/markdown/english/net/groupdocs.markdown.options/loadoptions/mimetype/_index.md renamed to content/sites/groupdocs/markdown/english/net/groupdocs.markdown/loadoptions/mimetype/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ second_title: GroupDocs.Markdown for .NET API Reference
44
description: Gets or sets the MIME type of the stream.
55
type: docs
66
weight: 40
7-
url: /net/groupdocs.markdown.options/loadoptions/mimetype/
7+
url: /net/groupdocs.markdown/loadoptions/mimetype/
88
---
99
## LoadOptions.MimeType property
1010

@@ -32,7 +32,7 @@ var streamInfo = new StreamInfo
3232
### See Also
3333

3434
* class [LoadOptions](../../loadoptions)
35-
* namespace [GroupDocs.Markdown.Options](../../../groupdocs.markdown.options)
35+
* namespace [GroupDocs.Markdown](../../../groupdocs.markdown)
3636
* assembly [GroupDocs.Markdown](../../../)
3737

3838
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.Markdown.dll -->

content/sites/groupdocs/markdown/english/net/groupdocs.markdown.options/loadoptions/password/_index.md renamed to content/sites/groupdocs/markdown/english/net/groupdocs.markdown/loadoptions/password/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ second_title: GroupDocs.Markdown for .NET API Reference
44
description: Gets or sets the password for opening an encrypted document.
55
type: docs
66
weight: 50
7-
url: /net/groupdocs.markdown.options/loadoptions/password/
7+
url: /net/groupdocs.markdown/loadoptions/password/
88
---
99
## LoadOptions.Password property
1010

@@ -21,7 +21,7 @@ Can be null or empty string. The default value is null. If the document is not e
2121
### See Also
2222

2323
* class [LoadOptions](../../loadoptions)
24-
* namespace [GroupDocs.Markdown.Options](../../../groupdocs.markdown.options)
24+
* namespace [GroupDocs.Markdown](../../../groupdocs.markdown)
2525
* assembly [GroupDocs.Markdown](../../../)
2626

2727
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.Markdown.dll -->

0 commit comments

Comments
 (0)