CloudmersiveConvertModelFactory.InsertDocxTablesResponse 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.
Creates a new instance of InsertDocxTablesResponse(String, Nullable<Boolean>).
public static Azure.Connectors.Sdk.CloudmersiveConvert.Models.InsertDocxTablesResponse InsertDocxTablesResponse(string editedDocumentURL = default, bool? successful = default);
static member InsertDocxTablesResponse : string * Nullable<bool> -> Azure.Connectors.Sdk.CloudmersiveConvert.Models.InsertDocxTablesResponse
Public Shared Function InsertDocxTablesResponse (Optional editedDocumentURL As String = Nothing, Optional successful As Nullable(Of Boolean) = Nothing) As InsertDocxTablesResponse
Parameters
- editedDocumentURL
- String