IngestionDocumentFooter(String) Constructor
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.
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.