DocxInsertCommentOnParagraphRequest.ParagraphPath Property

Definition

Path to the paragraph to attach the comment to. You can get the Path by retrieving all of the Paragraphs in document by calling Get Body and taking the Path property of the desired paragraph to add the comment to.

[System.Text.Json.Serialization.JsonPropertyName("ParagraphPath")]
public string ParagraphPath { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("ParagraphPath")>]
member this.ParagraphPath : string with get, set
Public Property ParagraphPath As String

Property Value

Attributes

Applies to