IngestionDocumentHeader(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 IngestionDocumentHeader class.
public:
IngestionDocumentHeader(System::String ^ markdown);
public IngestionDocumentHeader(string markdown);
new Microsoft.Extensions.DataIngestion.IngestionDocumentHeader : string -> Microsoft.Extensions.DataIngestion.IngestionDocumentHeader
Public Sub New (markdown As String)
Parameters
- markdown
- String
The markdown representation of the header.