CloudmersiveConvertClient.EditDocumentDocxInsertCommentOnParagraphAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Insert a new comment into a Word DOCX document attached to a paragraph
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.InsertDocxCommentOnParagraphResponse> EditDocumentDocxInsertCommentOnParagraphAsync(Azure.Connectors.Sdk.CloudmersiveConvert.Models.DocxInsertCommentOnParagraphRequest input, System.Threading.CancellationToken cancellationToken = default);
abstract member EditDocumentDocxInsertCommentOnParagraphAsync : Azure.Connectors.Sdk.CloudmersiveConvert.Models.DocxInsertCommentOnParagraphRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.InsertDocxCommentOnParagraphResponse>
override this.EditDocumentDocxInsertCommentOnParagraphAsync : Azure.Connectors.Sdk.CloudmersiveConvert.Models.DocxInsertCommentOnParagraphRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.InsertDocxCommentOnParagraphResponse>
Public Overridable Function EditDocumentDocxInsertCommentOnParagraphAsync (input As DocxInsertCommentOnParagraphRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of InsertDocxCommentOnParagraphResponse)
Parameters
The request body.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Insert a new comment into a Word DOCX document attached to a paragraph response.
Remarks
Adds a new comment into a Word DOCX document attached to a paragraph and returns the result. Call Finish Editing on the output URL to complete the operation.