DocxInsertCommentOnParagraphRequest.ParagraphPath Property
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.
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