You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,9 @@ Get your account at <https://www.signnow.com/developers>
44
44
-[Create a one-time link to download the document as a PDF](#share-document-via-link)
45
45
-[Get the history of a document](#document-history)
46
46
-[Check the status of the document][check_sign_status example]
47
-
-[Move document into specified folder][move_document example]
47
+
-[Move document into specified folder][move_document example]
48
+
-[Edit document][edit_document example]
49
+
-[Prefill document text fields][prefill_text_field example]
48
50
-[Template](#template)
49
51
-[Create a template by flattening an existing document](#create-template)
50
52
-[Create document from the template][create_document example]
@@ -580,7 +582,7 @@ For XML documentation generation, install InheritDocTool:
580
582
dotnet tool install -g InheritDocTool
581
583
```
582
584
583
-
More about the InheritDoc [here](https://www.inheritdoc.io)
585
+
More about the InheritDoc [here](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/xmldoc/examples#document-a-hierarchy-of-classes-and-interfaces)
584
586
585
587
### <aname="important-notes"></a>Important notes
586
588
@@ -611,7 +613,6 @@ If you have questions about the SignNow API, please visit [SignNow API Reference
0 commit comments