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: src/main/csharp/DocRaptor/Model/Doc.cs
+19-1Lines changed: 19 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ public enum StrictEnum {
56
56
/// Initializes a new instance of the <see cref="Doc" /> class.
57
57
/// Initializes a new instance of the <see cref="Doc" />class.
58
58
/// </summary>
59
+
/// <param name="Pipeline">Specify a specific verison of the DocRaptor Pipeline to use..</param>
59
60
/// <param name="Name">A name for identifying your document. (required).</param>
60
61
/// <param name="DocumentType">The type of document being created. (required).</param>
61
62
/// <param name="DocumentContent">The HTML data to be transformed into a document. You must supply content using document_content or document_url. (required).</param>
@@ -70,7 +71,7 @@ public enum StrictEnum {
70
71
/// <param name="CallbackUrl">A URL that will receive a POST request after successfully completing an asynchronous document. The POST data will include download_url and download_id similar to status api responses. WARNING: this only works on asynchronous documents..</param>
0 commit comments