Del via


IngestionDocumentFooter(String) Constructor

Definition

Initializes a new instance of the IngestionDocumentFooter class.

public:
 IngestionDocumentFooter(System::String ^ markdown);
public IngestionDocumentFooter(string markdown);
new Microsoft.Extensions.DataIngestion.IngestionDocumentFooter : string -> Microsoft.Extensions.DataIngestion.IngestionDocumentFooter
Public Sub New (markdown As String)

Parameters

markdown
String

The markdown representation of the footer.

Applies to