Close
dtSearch .NET Standard API 2026.01
Container.ReadDirectory Method

Iterate over the entire container and read the directory of items.

public bool ReadDirectory();

true if the directory was generated successfully

Once a directory has been read, findInDirectoryByOrdinal can be used to retrieve information about the items in a container without further seeking in the container, and getCount will return a valid count of the items in the container.