DocxRemoveObjectRequest.PathToObjectToRemove 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 within the document of the object to delete; fill in the PathToObjectToRemove field using the Path value from an existing object.
[System.Text.Json.Serialization.JsonPropertyName("PathToObjectToRemove")]
public string PathToObjectToRemove { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("PathToObjectToRemove")>]
member this.PathToObjectToRemove : string with get, set
Public Property PathToObjectToRemove As String
Property Value
- Attributes