Iterate over the entire container and read the directory of items.
C#
public bool ReadDirectory();
Returns
true if the directory was generated successfully
Remarks
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.
See Also