Close
dtSearch .NET Standard API 2026.01
Container.GetInfoByIndex Method

Gets information about a container item by its index (note: index values may not be sequential)

public ContainerItemInfo GetInfoByIndex( long index );
Parameters
Description
index
Index of the item. Each file parser controls how it uses index to efficiently identify an item in the container, so values may not be sequential. For example, index could be a byte offset.

ContainerItemInfo if found, null otherwise