IngestionDocument.EnumerateContent 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.
Iterate over all elements in the document, including those in nested sections.
public:
System::Collections::Generic::IEnumerable<Microsoft::Extensions::DataIngestion::IngestionDocumentElement ^> ^ EnumerateContent();
public System.Collections.Generic.IEnumerable<Microsoft.Extensions.DataIngestion.IngestionDocumentElement> EnumerateContent();
member this.EnumerateContent : unit -> seq<Microsoft.Extensions.DataIngestion.IngestionDocumentElement>
Public Iterator Function EnumerateContent () As IEnumerable(Of IngestionDocumentElement)
Returns
An enumerable collection of elements.
Remarks
Sections themselves are not included.