CloudmersiveConvertClient.EditDocumentDocxGetCommentsHierarchicalAsync 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.
Get comments from a Word DOCX document hierarchically
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.GetDocxCommentsHierarchicalResponse> EditDocumentDocxGetCommentsHierarchicalAsync(Azure.Connectors.Sdk.CloudmersiveConvert.Models.GetDocxGetCommentsHierarchicalRequest input, System.Threading.CancellationToken cancellationToken = default);
abstract member EditDocumentDocxGetCommentsHierarchicalAsync : Azure.Connectors.Sdk.CloudmersiveConvert.Models.GetDocxGetCommentsHierarchicalRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.GetDocxCommentsHierarchicalResponse>
override this.EditDocumentDocxGetCommentsHierarchicalAsync : Azure.Connectors.Sdk.CloudmersiveConvert.Models.GetDocxGetCommentsHierarchicalRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.GetDocxCommentsHierarchicalResponse>
Public Overridable Function EditDocumentDocxGetCommentsHierarchicalAsync (input As GetDocxGetCommentsHierarchicalRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GetDocxCommentsHierarchicalResponse)
Parameters
The request body.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Get comments from a Word DOCX document hierarchically response.
Remarks
Returns the comments and review annotations stored in the Word Document (DOCX) format file hierarchically, where reply comments are nested as children under top-level comments in the results returned.